Switch host name to match apply rules

This commit is contained in:
Jan Dittberner 2023-09-03 14:39:16 +02:00
parent 8ba712ad50
commit f6f08dad3a

View file

@ -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"