aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/etc/icinga2/zones.conf.icinga_server
blob: 59b1fdbdca6dacb436cb19f063c19e83f1484b6a (plain) (blame)
1
2
3
4
5
6
7
object Endpoint NodeName {
  host = NodeName
}

object Zone ZoneName {
  endpoints = [ NodeName ]
}