Add infra02sat host
This commit is contained in:
parent
9173311c2f
commit
ad58bd65c8
2 changed files with 19 additions and 0 deletions
|
@ -46,3 +46,9 @@ template Host "postfix-host" {
|
||||||
procs_critical = "1:2"
|
procs_critical = "1:2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
template Host "puppet-host" {
|
||||||
|
vars.procs["puppet"] = {
|
||||||
|
procs_critical = "1:2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
13
infra02sat.infra.cacert.org/hosts.conf
Normal file
13
infra02sat.infra.cacert.org/hosts.conf
Normal file
|
@ -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…
Reference in a new issue