######## Both the same define service{ use freshness-20min,GL-Tcoder-Active-Service,pnp host_name gl-tcoder-sw servicegroups interface service_description Port1 check_command check_mb_snmp_int!1 } define command{ command_name check_mb_snmp_int command_line $USER1$/manubulon/check_snmp_int.pl -H $HOSTADDRESS$ -C $USER4$ -freq -n $ARG1$ } ########## Master Templates define service{ register 0 name GL-Tcoder-Active-Service active_checks_enabled 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 passive_checks_enabled 1 obsess_over_service 0 check_freshness 0 event_handler_enabled 0 notifications_enabled 1 notification_interval 120 notification_period 24x7 notification_options w,u,c,r,f contact_groups rss,streaming } define service{ register 0 name freshness-20min check_freshness 1 freshness_threshold 1200 } define service{ register 0 name pnp notes PNP Graph action_url /nagios/pnp/index.php?host=$HOSTNAME$&srv=$SERVICEDESC$ } ####### Slave Templates define host{ register 0 name GL-Tcoder-Active-Host active_checks_enabled 1 check_period 24x7 max_check_attempts 3 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 passive_checks_enabled 0 obsess_over_host 1 check_freshness 0 event_handler_enabled 0 notifications_enabled 0 notification_interval 120 notification_period 24x7 notification_options d,u,r,f contact_groups rss,streaming,bereitschaft } define service{ register 0 name pnp } define service{ register 0 name freshness-20min } ####### after patch on master I will change the freshness template to this define service{ register 0 name freshness-20min check_freshness 1 freshness_threshold 1200 check_command =check_dummy_freschness }