[nagiosplug] check_procs: clarify debug message
"Nagios Plugin Development" <[email protected]> Sun, 18 Aug 2013 11:10:24 +0000
| Newsgroups | gmane.network.nagios.plugins.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module: nagiosplug
Branch: master
Commit: 2f79329c41d50c695129f6d11a303a86c1d98d5a
Author: Sebastian Schmidt <[email protected]>
Committer: Holger Weiss <[email protected]>
Date: Sun Aug 18 12:54:06 2013 +0200
URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=2f79329
check_procs: clarify debug message
---
plugins/check_procs.c | 2 +-
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)
(!usepid && ((ret = stat_exe(procpid, &statbuf) != -1) && statbuf.st_dev == mydev && statbuf.st_ino == myino) ||
(ret == -1 && errno == ENOENT))) {
if (verbose >= 3)
- printf("not considering - is myself\n");
+ printf("not considering - is myself or gone\n");
continue;
}
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk