cleaning
git-svn-id: http://svn.centreon.com/trunk/plugins@3466 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
f68c22d033
commit
bde9032d15
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/perl -w
|
||||
############################## check_snmp_process ##############
|
||||
###################### check_snmp_process #####################
|
||||
# Version : 1.2.1
|
||||
# Date : Dec 12 2004
|
||||
# Author : Patrick Proy (patrick at proy.org)
|
||||
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# help : ./check_snmp_process -h
|
||||
|
||||
############################## check_centreon_snmp_process_detailed ##############
|
||||
########### check_centreon_snmp_process_detailed ##############
|
||||
# Version : 1.2.2
|
||||
# Date : Jun 20 2007
|
||||
# Author : Sugumaran Mathavarajan - msugumaran@merethis.com
|
||||
|
@ -32,7 +32,7 @@ use Getopt::Long;
|
|||
|
||||
# Nagios specific
|
||||
|
||||
use lib "@NAGIOS_PLUGIN@";
|
||||
use lib "@NAGIOS_PLUGINS@";
|
||||
use utils qw(%ERRORS $TIMEOUT);
|
||||
|
||||
# centreon specific
|
||||
|
|
Loading…
Reference in New Issue