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
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!
___
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
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.
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
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.