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