Hello,

I would like to define a HostGroup, e.g. DMZ, and assign all hosts, which are defined using static IP addresses, to that group and they belong to that IP address range, e.g. 34-62.

object HostGroup "dmz2" {
  display_name = "DMZ 2"

  assign where host.address == "172.16.0.[33-62]"
}


Or is there any other way to create such a group, without assigning each host to the group explicitly?

Thanks

Panos

_______________________________________________
icinga-users mailing list
[email protected]
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to