nagios-nrpe/debian/check_nrpe.cfg

12 lines
407 B
INI
Raw Normal View History

2016-12-24 10:24:09 +01:00
# this command runs a program $ARG1$ with no arguments and disables SSL support
2014-07-15 18:30:36 +02:00
define command {
command_name check_nrpe
2016-12-24 10:24:09 +01:00
command_line /usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -n
2014-07-15 18:30:36 +02:00
}
2016-12-24 10:24:09 +01:00
# this command runs a program $ARG1$ with no arguments and enables SSL support
2014-07-15 18:30:36 +02:00
define command {
2016-12-24 10:24:09 +01:00
command_name check_nrpe_ssl
2014-07-15 18:30:36 +02:00
command_line /usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$
}