Skip to content

Instantly share code, notes, and snippets.

@yuitest
Created March 27, 2014 21:33
Show Gist options
  • Save yuitest/9819514 to your computer and use it in GitHub Desktop.
Save yuitest/9819514 to your computer and use it in GitHub Desktop.
define host{
use generic-host
host_name router
alias router
address 192.168.56.1
}
define service{
use generic-service
host_name router
service_description PING
check_command check_ping!500,10%!1000,20%
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment