diff --git a/webserver/docker_icinga/templates/etc/icinga/conf.d/hosts_manual.conf b/webserver/docker_icinga/templates/etc/icinga/conf.d/hosts_manual.conf index 1923ab4ed0999c464a7c274fb8ba9cf1c808dca5..80ae7288b5eaf8f0060e72e6770892f90c80f423 100644 --- a/webserver/docker_icinga/templates/etc/icinga/conf.d/hosts_manual.conf +++ b/webserver/docker_icinga/templates/etc/icinga/conf.d/hosts_manual.conf @@ -1,5 +1,5 @@ -object Host "warpfire" { +object Host "wz-router" { import "generic-host" address = "192.168.0.1" @@ -7,11 +7,69 @@ object Host "warpfire" { groups = [ "network" ] } -object Host "switch-sw01-hp" { +object Host "wz-sw-core" { import "generic-host" - address = "192.168.0.100" + address = "192.168.0.2" groups = [ "network" ] } +object Host "wz-sw-access" { + import "generic-host" + + address = "192.168.0.3" + + # Keine Notifications, da der Switch aus ist wenn die Zone geschlossen ist + enable_nofitications = false + + groups = [ "network" ] +} + +object Host "wz-sw-dach" { + import "generic-host" + + address = "192.168.0.4" + + groups = [ "network" ] +} + +object Host "wz-ap-dach" { + import "generic-host" + + address = "192.168.0.13" + + groups = [ "network" ] +} + +object Host "wz-ap-eingang" { + import "generic-host" + + address = "192.168.0.14" + + groups = [ "network" ] +} + +object Host "wz-ap-lounge" { + import "generic-host" + + address = "192.168.0.10" + + groups = [ "network" ] +} + +object Host "wz-ap-vortrag" { + import "generic-host" + + address = "192.168.0.12" + + groups = [ "network" ] +} + +object Host "wz-ap-werkstatt" { + import "generic-host" + + address = "192.168.0.11" + + groups = [ "network" ] +}