Created
August 1, 2017 03:30
-
-
Save broxio/4c2ce366fc79c4b6b8930faab54f4f39 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
| object Host "mb2web01" { | |
| address = "10.2.2.11" | |
| check_command = "hostalive" | |
| } | |
| object Service "ping4" { | |
| host_name = "mb2web01" | |
| check_command = "ping4" | |
| } | |
| object Service "http" { | |
| host_name = "mb2web01" | |
| check_command = "http" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment