Hi,

I have a long list of sites which I monitor with check_http, the sites are
part of one application and usually if one site goes down they are all down.
What I want to do is configure servicedependency so I can minimise the
amount of notifications going out but obviously notify if individual sites
go down too.

This is what I have currently

define servicedependency{
        hostgroup_name                  win-sites
        service_description             HTTP Check
        dependent_hostgroup_name        win-sites
        dependent_service_description   HTTP2 Check
        notification_failure_criteria   c,u
        execution_failure_criteria      o,c,w,u,p
        }

HTTP check & HTTP2 check are doing the same thing.

What would be the best way to deal with this?

Thanks,
Will
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
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

Reply via email to