Change who to notify on group basis?

Jeff Weisberg jaw+arguslist at tcp4me.com
Thu Feb 8 18:24:16 EST 2007


| Is there a way to have different people be notified depending on which 
| Group the alarm is raised in?  That is, I put all customer machines in 
| 1 group, then configure an email address for that group to be notified.


you can do:

    notify:  mail:patrick at example.com

    Group "Foo" {
    	[...]
    
    }
    
    Group "Customers" {
    	notify: mail:arnold at example.com
    	[...]
    
    }
    


More information about the Arguslist mailing list