Created
May 5, 2011 21:06
-
-
Save fapestniegd/957935 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 { | |
| 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