Skip to content

Instantly share code, notes, and snippets.

@fapestniegd
Created May 5, 2011 21:06
Show Gist options
  • Select an option

  • Save fapestniegd/957935 to your computer and use it in GitHub Desktop.

Select an option

Save fapestniegd/957935 to your computer and use it in GitHub Desktop.
define host {
host_name instant-issue-dmz
alias Instant Issue DMZ Printhost
address 10.100.0.6
event_handler system_restart_network
use generic-host
}
define service {
host_name instant-issue-dmz
service_description PING
check_command check_ping!100.0,20%!500.0,60%
use generic-service
event_handler system_restart_network
notification_interval 0 ; set > 0 if you want to be renotified
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment