Created
March 27, 2014 21:33
-
-
Save yuitest/9819514 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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