############################################################################### # FILE: alarm.conf # DESC: Called when alarms occur with the alarm message on standard input # Format: First field is a list of number followed by a ; is the minimum # severity level of the alarm required for this event to be # activated. If an = follows the number then the exact level of # error must have occured. The rest of the line is the event # to be executed. ############################################################################### #12=,23=,50; mail -s "trouble" -c griff@mydomain.com 3035551212@vtext.com 10; mail -s "trouble" griff@mydomain.com 20; mail -s "trouble level 20 or higher" 30385551212@vtext.com