> Just to wrap up this topic, I finally defeated this problem by changing > the output of my ambient temperature monitor to not return the actual > temperature in the server room. This made the message static and > unchanging and prevented repeated notifications from going out.
I'm coming into this a bit late, but are you sure you don't have state_stalking enabled for this service? You will get a new notification if the various notification filters are passed, and: 1) The state has changed, or 2) The notification_interval has been reached, or 3) is_volatile is set, or 4) state_stalking is enabled, and the text output of the plugin has changed We use state_stalking for some services, eg SNMP error alerts (where we want to re-notify if a new alert comes in, but not if its just the same one again) Steve ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
