2

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.

Keith
  • 4,637
  • 15
  • 25
Mikhail T.
  • 2,338
  • 1
  • 24
  • 55

1 Answers1

1

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

uSlackr
  • 6,412
  • 21
  • 37