Switch host name to match apply rules
This commit is contained in:
parent
8ba712ad50
commit
f6f08dad3a
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
// vim: set ft=icinga2 et sw=2 ts=2 si ai:
|
// vim: set ft=icinga2 et sw=2 ts=2 si ai:
|
||||||
object Host "infra02sat" {
|
object Host "infra02sat.infra.cacert.org" {
|
||||||
import "debian-host"
|
import "debian-host"
|
||||||
import "puppet-host"
|
import "puppet-host"
|
||||||
|
|
||||||
|
display_name = "infra02sat"
|
||||||
|
|
||||||
groups += [ "monitoring" ]
|
groups += [ "monitoring" ]
|
||||||
|
|
||||||
address = "127.0.0.1"
|
address = "127.0.0.1"
|
||||||
|
|
Loading…
Reference in a new issue