You are here

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
  1. define command{
  2. command_name check_drupal
  3. command_line $USER1$/check_nrpe -H $HOSTNAME$ -c check_$ARG1$ -a $ARG2$
  4. }
  5. define command{
  6. command_name service_is_stale
  7. command_line $USER1$/check_dummy 2 "CRITICAL: Service results are stale"
  8. }