Skip to content

Instantly share code, notes, and snippets.

@fcep
Last active June 27, 2019 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fcep/5804de90fc394e2f81a1e53b76e06eaa to your computer and use it in GitHub Desktop.
Save fcep/5804de90fc394e2f81a1e53b76e06eaa to your computer and use it in GitHub Desktop.
object Endpoint "icinga2.ud.nohup.it" {
host = "10.0.0.125"
}
object Endpoint "gnode3.ud.nohup.it" {
host = "10.0.0.63"
}
object Zone "master" {
endpoints = [ "icinga2.ud.nohup.it", "gnode3.ud.nohup.it" ]
}
object Zone "global-templates" {
global = true
}
object Zone "director-global" {
global = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment