nagios-nrpe/debian/check_nrpe.cfg

12 lines
409 B
INI
Raw Permalink Normal View History

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