summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2dbe3ca)
raw | patch | inline | side by side (parent: 2dbe3ca)
author | Matthew Kent <mattkent@users.sourceforge.net> | |
Fri, 3 Dec 2004 04:37:14 +0000 (04:37 +0000) | ||
committer | Matthew Kent <mattkent@users.sourceforge.net> | |
Fri, 3 Dec 2004 04:37:14 +0000 (04:37 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@986 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_nagios.c | patch | blob | history |
diff --git a/plugins/check_nagios.c b/plugins/check_nagios.c
index 1daf5401286b45f19d1f0139280272d8f2941995..7b312d3e98015518119694136d15b17b44dce2e9 100644 (file)
--- a/plugins/check_nagios.c
+++ b/plugins/check_nagios.c
int procrss = 0;
float procpcpu = 0;
char procstat[8];
+ char procetime[MAX_INPUT_BUFFER];
char procprog[MAX_INPUT_BUFFER];
char *procargs;
int pos, cols;