Skip to content

Instantly share code, notes, and snippets.

@broxio
Created August 1, 2017 03:30
Show Gist options
  • Select an option

  • Save broxio/4c2ce366fc79c4b6b8930faab54f4f39 to your computer and use it in GitHub Desktop.

Select an option

Save broxio/4c2ce366fc79c4b6b8930faab54f4f39 to your computer and use it in GitHub Desktop.
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