Browse Source

Fixed progname

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@272 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon 23 years ago
parent
commit
dc9c764068
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/check_procs.c

+ 1 - 1
plugins/check_procs.c

@@ -34,7 +34,7 @@
 *
 ******************************************************************************/
 
-const char *progname = "check_snmp";
+const char *progname = "check_procs";
 #define REVISION "$Revision$"
 #define COPYRIGHT "1999-2002"
 #define AUTHOR "Ethan Galstad"