icinga-zones/infra02sat.infra.cacert.org/hosts.conf

15 lines
285 B
Text
Raw Normal View History

2023-09-03 11:09:43 +00:00
// vim: set ft=icinga2 et sw=2 ts=2 si ai:
object Host "infra02sat" {
import "debian-host"
import "puppet-host"
groups += [ "monitoring" ]
address = "127.0.0.1"
address6 = "::1"
2023-09-03 11:48:08 +00:00
zone = "infra02sat.infra.cacert.org"
2023-09-03 11:09:43 +00:00
vars.is_container = true
vars.debian_relase = 12
}