command.txt in Monitoring 7
define command{
command_name check_drupal
command_line $USER1$/check_nrpe -H $HOSTNAME$ -c check_$ARG1$ -a $ARG2$
}
define command{
command_name service_is_stale
command_line $USER1$/check_dummy 2 "CRITICAL: Service results are stale"
}
File
modules/monitoring_icinga/config_tpl/command.txt
View source
- define command{
- command_name check_drupal
- command_line $USER1$/check_nrpe -H $HOSTNAME$ -c check_$ARG1$ -a $ARG2$
- }
-
- define command{
- command_name service_is_stale
- command_line $USER1$/check_dummy 2 "CRITICAL: Service results are stale"
- }