> Currently if I send (for example) 3 critical passive updates I will get 3 > service notifications. > > If however, I send 3 'OK' passive updates, I will get 1 service notification. > > This is due to the fact that the ok status is a soft status.
That's not correct, a soft state is defined as: - When a service or host check results in a non-OK or non-UP state and the service check has not yet been (re)checked the number of times specified by the max_check_attempts directive in the service or host definition. This is called a soft error. or - When a service or host recovers from a soft error. This is considered a soft recovery. Your scenario does not involve a change in state and hence is not tracked, even event handlers require a state change to fire. My suggestion is to rethink your setup, auto-ok the service and let the OK updates issue warnings with descriptive text for example. But not knowing what you are doing makes it hard to suggest a better approach. jlc ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ icinga-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/icinga-users
