summaryrefslogtreecommitdiffstats
path: root/plugins/check_procs.c
diff options
context:
space:
mode:
authorSebastian Schmidt <sschmidt@interhyp.de>2013-08-18 10:54:06 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-08-18 10:59:57 (GMT)
commit2f79329c41d50c695129f6d11a303a86c1d98d5a (patch)
treed51df10212671b65d203aba26532dd8e24909e6a /plugins/check_procs.c
parent0efedfb77c9130899c47a3ac80fc0c2226472c31 (diff)
downloadmonitoring-plugins-2f79329c41d50c695129f6d11a303a86c1d98d5a.tar.gz
check_procs: clarify debug message
Diffstat (limited to 'plugins/check_procs.c')
-rw-r--r--plugins/check_procs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c
index 873d929..d09bd8b 100644
--- a/plugins/check_procs.c
+++ b/plugins/check_procs.c
@@ -238,7 +238,7 @@ main (int argc, char **argv)
238 (!usepid && ((ret = stat_exe(procpid, &statbuf) != -1) && statbuf.st_dev == mydev && statbuf.st_ino == myino) || 238 (!usepid && ((ret = stat_exe(procpid, &statbuf) != -1) && statbuf.st_dev == mydev && statbuf.st_ino == myino) ||
239 (ret == -1 && errno == ENOENT))) { 239 (ret == -1 && errno == ENOENT))) {
240 if (verbose >= 3) 240 if (verbose >= 3)
241 printf("not considering - is myself\n"); 241 printf("not considering - is myself or gone\n");
242 continue; 242 continue;
243 } 243 }
244 244