-
Hey Henri,
Aparentely this helps a lot.
Tks,
Alberto.
2009-11-06 15:38:48 UTC by abengoa
-
Hello Albertom,
doesnt the "Services in soft state" meet your requirement? This is not exactly an duration filter but it supresses status messages which did not meet their maximum number of attempts.
Best regards
Henri.
2009-11-06 08:12:50 UTC by henriwww
-
Hello Henry, nice job. Congrats.
I would like to sugest you the implementation of a Duration Filter. It can avoid the notifications of false-positives alarms.
Tks,
Alberto.
2009-11-05 15:50:05 UTC by nobody
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-03 02:21:06 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-10-29 02:20:48 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-10-28 02:21:32 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-10-23 02:20:48 UTC by sf-robot
-
Sorry, I forgot, that in order to get rid of all errors, I had to change 2 lines in nagstamonObjects.py:
FROM
class NagiosService():
TO
class NagiosService(object):
and
FROM
class NagiosHost():
TO
class NagiosHost(object):
Again, I can't say that this was the best way to fix this, but it works.
Jason.
2009-10-20 17:45:33 UTC by binaryred
-
My python is very limited, but I was able to put an __init__.py file in my unpacked source directory: /nagstamon_0.8.2/build/lib/Nagstamon/__init__.py and then run python setup.py install. This enabled nagstamon to at least startup and work. I haven't tested everything yet, but it's at least up and running. The __init__.py file I put in place was just copied and modified from the libsvn...
2009-10-20 17:28:57 UTC by binaryred
-
I've tried installing nagstamon-0.8.2 via rpm without success. It was recommended that I try installing the tar.gz source but that doesn't seem to work either. here is my output:
[root@nagios2 nagstamon_0.8.2]# python setup.py install
running install
running build
running build_py
package init file 'Nagstamon/__init__.py' not found (or not a regular file)
creating build
creating...
2009-10-20 15:40:42 UTC by nobody