ipfc.alert is a simple mon alert script to integrate mon alerting into the 
IPFC framework (http://www.conostix.org/ipfc/).
The purpose is to correlate multiple events into the IPFC db-backend 
including the mon alerting with other events.

Example mon.cf :

watch servers
    service telnet
        interval 1m
        monitor telnet.monitor
        period wd {Mon-Fri} hr {7am-10pm}			
            alertevery 1m
            alert mail.alert root@localhost
            alert ipfc.alert
	period wd {Sat-Sun}
            alertevery 1m
            alert mail.alert root@localhost
	    alert ipfc.alert

alex@conostix.com
 

 
