Add infra02sat host

main
Jan Dittberner 1 year ago
parent 9173311c2f
commit ad58bd65c8

@ -46,3 +46,9 @@ template Host "postfix-host" {
procs_critical = "1:2"
}
}
template Host "puppet-host" {
vars.procs["puppet"] = {
procs_critical = "1:2"
}
}

@ -0,0 +1,13 @@
// 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"
vars.is_container = true
vars.debian_relase = 12
}
Loading…
Cancel
Save