For those of our hosts, which have a public IP-address, we define a custom attribute in the host-definition: _PADDR
:
define host {
...
address 10....
_paddr 53....
}
Can we then -- without creating specific groups or other entries -- limit a service check only to those of the hosts, which have the custom attribute defined?
Using Icinga-1.13.3.
Icinga 2.x supports this. I don't believe v1 does. See the documentation here. Look specifically at the Apply, Assign Where, and Custom Attributes