[Nagios-users] Mass delete of host/service downtimes.

2013-02-20 Thread Rafał Radecki
Hi All. I currently try to remove many host/service downtimes. I can do this one by one but it would be time consuming. Is there a way to remove all downtimes at once? Or maybe I should use a special url with some variables? I've noticed that in /var/log/nagios/status.dat there are all downtimes

Re: [Nagios-users] Mass delete of host/service downtimes.

2013-02-20 Thread Páll Guðjón Sigurðsson
If you have pynag installed this script might help you along. It will clear all downtimes unless you uncomment some of the filters: #!/usr/bin/python import pynag.Parsers import pynag.Control.Command livestatus = pynag.Parsers.mk_livestatus() downtimes = livestatus.query('GET downtimes')

Re: [Nagios-users] Help --- email notification problem

2013-02-20 Thread James Osbourn
It would really be helpful to see the configs, at least the person and group definitions to determine any issues. The information that you have provided does not given enough details to determine any inheritance from templates. It should then be possible to see where the final service is

Re: [Nagios-users] Mass delete of host/service downtimes.

2013-02-20 Thread Paul Dubuc
� wrote: Hi All. I currently try to remove many host/service downtimes. I can do this one by one but it would be time consuming. Is there a way to remove all downtimes at once? Or maybe I should use a special url with some variables? I've noticed that in /var/log/nagios/status.dat there

[Nagios-users] Questions about Nagios quick search

2013-02-20 Thread Jonas Meurer
Hello, we're using Nagios as monitoring system for several hundred systems. While navigating through hosts and services, recently two questions regarding the quick search (in navigation bar) raised: 1/ Why doesn't nagios search for host aliases as well? Is it possible to enable alias

Re: [Nagios-users] Mass delete of host/service downtimes.

2013-02-20 Thread Rafał Radecki
Thank you very much. It works very well :) Best regards, Rafal Radecki. 2013/2/20 Paul Dubuc w...@paul.dubuc.org: � wrote: Hi All. I currently try to remove many host/service downtimes. I can do this one by one but it would be time consuming. Is there a way to remove all downtimes at