[nagiosplug] check_procs: Remove superfluous newline character
"Nagios Plugin Development" <[email protected]> Wed, 14 Nov 2012 20:11:22 +0000
| Newsgroups | gmane.network.nagios.plugins.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module: nagiosplug Branch: master Commit: 92b937e49ef9415aab0a049791ba99261da5882b Author: Holger Weiss <[email protected]> Date: Wed Nov 14 20:53:47 2012 +0100 URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=92b937e check_procs: Remove superfluous newline character --- 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 acb256b..00b032a 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c @@ -300,7 +300,7 @@ main (int argc, char **argv) printf (" [%s]", fails); if (metric == METRIC_PROCS) - printf (" | procs=%d;%s;%s;0;\n", procs, + printf (" | procs=%d;%s;%s;0;", procs, warning_range ? warning_range : "", critical_range ? critical_range : ""); else ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov