You are here

service.txt in Monitoring 7

; Service @description
define service{
    use                             generic-service
    host_name                       @host
    service_description             @service_description
    check_command                   @check_command!@site_key!@sensor_name
    active_checks_enabled           @active_checks
    passive_checks_enabled          @passive_checks
    check_freshness                 @check_freshness
    }

File

modules/monitoring_icinga/config_tpl/service.txt
View source
  1. ; Service @description
  2. define service{
  3. use generic-service
  4. host_name @host
  5. service_description @service_description
  6. check_command @check_command!@site_key!@sensor_name
  7. active_checks_enabled @active_checks
  8. passive_checks_enabled @passive_checks
  9. check_freshness @check_freshness
  10. }