14 lines
285 B
Text
14 lines
285 B
Text
// 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"
|
|
zone = "infra02sat.infra.cacert.org"
|
|
|
|
vars.is_container = true
|
|
vars.debian_relase = 12
|
|
}
|