~ubuntu-branches/ubuntu/wily/nagios-plugins-contrib/wily-proposed

« back to all changes in this revision

Viewing changes to check_uptime/check_uptime.cfg

  • Committer: Package Import Robot
  • Author(s): Bernd Zeimetz
  • Date: 2014-10-01 13:24:23 UTC
  • Revision ID: package-import@ubuntu.com-20141001132423-ux2mjocuzxxowvrg
Tags: 12.20141001
Fix version number.
Unfortunately this makes an upload necessary due to
older snapshots being in use already.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
define command { 
 
2
    command_name check_uptime 
 
3
    command_line $USER1$/check_uptime.pl -f -w $ARG1$ -c $ARG2$
 
4
}
 
5
 
 
6
define command { 
 
7
    command_name check_snmp_uptime_v2 
 
8
    command_line $USER1$/check_uptime.pl -2 -f -w $ARG1$ -c $ARG2$ -H $HOSTADDRESS$ -C $_HOSTSNMP_COMMUNITY$
 
9
}
 
10
 
 
11
define command { 
 
12
    command_name check_snmp_uptime_v3 
 
13
    command_line $USER1$/check_uptime.pl -f -w $ARG1$ -c $ARG2$ -H $HOSTADDRESS$ -l $_HOSTSNMP_V3_USER$ -x $_HOSTSNMP_V3_AUTH$ -X $_HOSTSNMP_V3_PRIV$ -L sha,aes
 
14
 
15