[icinga-users] Icinga web2 module tutorial/guide

2016-10-05 Thread Jorge Ferrando
Hello Is there any tutorial/guide/documentation for developing icingaweb2 modules? Thx! ___ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users

Re: [icinga-users] Icinga web2 module tutorial/guide

2016-10-05 Thread Assaf Flatto
You might be able to start with this one: https://exchange.icinga.org/arfr/Icinga+Web+2+-+Hello+World+Module On 05/10/16 12:59, Jorge Ferrando wrote: Hello Is there any tutorial/guide/documentation for developing icingaweb2 modules? Thx! ___

Re: [icinga-users] Icinga web2 module tutorial/guide

2016-10-05 Thread Jorge Ferrando
Yes, I've seen that thanks, but it's nothing but an empty template with no functionality On Wed, Oct 5, 2016 at 12:18 PM, Assaf Flatto wrote: > You might be able to start with this one: > > https://exchange.icinga.org/arfr/Icinga+Web+2+-+Hello+World+Module > > > > > > On 05/10/16 12:59, Jorge Fe

Re: [icinga-users] how to ignore a Host

2016-10-05 Thread Michael Martinez
Any ideas? The reason I need this is that I have a script which generates a list of "object Host" for our EC2 instances. This happens automatically and we need to exclude certain hosts based on AWS attributes (VpcId). However, I am unable to modify the script, so I need a way to do this in Icinga2.

Re: [icinga-users] how to ignore a Host

2016-10-05 Thread hasan akgöz
Hello Michael, if you hostname or ip adress whatever is static you can use ignore keyword follow like ; apply Service "Service Name" { ... assign where match("web*.example.org", host.name) ignore where host.name } 2016-10-05 19:51 GMT+03:00 Michael Martinez : > we need to exclude certa

[icinga-users] Dependencies across zones

2016-10-05 Thread Barry Quiel
So I was going to go on a long diatribe about the necessity for dependencies across zones, but I found, really by accident, that most of what I was looking for was already in place. My goal is to have the master zone send notifications based on dependency enforcement and not the child zones.