HP-UX Event ManagerAdministrator's Guide

Configuring Event Manager
Configuring Event Manager Channel
Chapter 366
events whose names do not match the events value of any other
channel.
*/
events *
/* Any line beginning with fn_ defines a script that runs for
each function.
*/
fn_get "evmlog_get"
fn_details "evmlog_details"
fn_explain "evmlog_explain"
fn_monitor "evmlog_mon"
/* The argument values on this line are passed to the cleanup
program to control its operation. In this example, log files
older than 7 days are compressed and those older than 31
days are deleted. The meanings of the arguments are specific
to individual channel functions, and may not be the same in
all cases
. */
fn_cleanup "evmlog_cleanup 7 31"
/* This line sets the monitoring period, which causes the
/usr/share/evm/channels/evmlog/evmlog_mon function to be
invoked every 15 minutes.
*/
mon_period 15:00 # Monitor every 15 minutes
}