Hallo,

 Let's say I have following configuration:

define serviceescalation {
        hostgroup_name          CPP
        service_description     .*
        first_notification      1
        last_notification       0
        notification_interval   0
        contact_groups          CPP-CONTACTGRP
}

define serviceescalation {
        hostgroup_name          CPP
        service_description     RootFS.*
        first_notification      1
        last_notification       0
        notification_interval   0
        contact_groups          SYSTEM-CONTACTGRP
}


I cannot change definition neither of the services nor of the hostgroups.
According to this definition there will be TWO escalation emails, to
CPP-CONTACTGRP and SYSTEM-CONTACTGRP.

Is there any way how to exclude 'RootFS.*' service from the first
definition? Following does not work:

define serviceescalation {
        hostgroup_name          CPP
        service_description     .*,!RootFS.*
        first_notification      1
        last_notification       0
        notification_interval   0
        contact_groups          CPP-CONTACTGRP
}


Any suitable solution? Thank you very much, regards .zp.

-- 

Zdenek Pizl
zdenek.p...@gmail.com
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to