Re: [icinga-users] Array of host objects

2017-12-21 Thread Joosten, Markus
Am 2017-12-21 04:20, schrieb Jayapandian Ponraj: Thanks for the reply We do heavily use apply rules based on host variables and for hostgroup definitions, but once in a while we come across a service which is spread across 2 or 3 hosts which don't share anything in common. We can go ahead add

Re: [icinga-users] Array of host objects

2017-12-21 Thread Michael Friedrich
> On 21. Dec 2017, at 09:02, Joosten, Markus wrote: > > Am 2017-12-21 04:20, schrieb Jayapandian Ponraj: >> Thanks for the reply >> We do heavily use apply rules based on host variables and for hostgroup >> definitions, but once in a while we come across a service which is spread >> across 2

Re: [icinga-users] Array of host objects

2017-12-21 Thread Jayapandian Ponraj
Thanks for the input guys assign where host.name in [ “h1”, “h2" ] assigning it this way looks clean and yeah its gonna be expensive. Will go ahead with this approach and try to keep the usage of the above to the minimum. At the moment this feels like the best available approach. WIll ping back i