Hi,
first of all, thanks for your good work. pynag makes is so much easier to work with NAGIOS.
Last week, I've finally installed adagios, which is even more beautiful. Very impressed!
While trying to automate some more stuff here, I'm searching for a way to disable notification for a specific service on a specific host, while the service is associated to the host through it's host group membership and not a single service object definition.
So, the problem is,
Model.Service.objects.filter(host_name="...")
gives no object to update.
Actually this is true, because there is no real single configuration item for the service on the host.
Is it possible to disable service notification for a specific host through pynag then?
Thanks & Greetings from Munich
Armin