# # ***************************************************************** # * * # * Copyright Compaq Computer Corporation, 2000 * # * * # * The software contained on this media is proprietary to * # * and embodies the confidential technology of Compaq * # * Computer Corporation. Possession, use, duplication or * # * dissemination of the software and media is authorized only * # * pursuant to a valid written license from Compaq Computer * # * Corporation. * # * * # * RESTRICTED RIGHTS LEGEND Use, duplication, or disclosure * # * by the U.S. Government is subject to restrictions as set * # * forth in Subparagraph (c)(1)(ii) of DFARS 252.227-7013, * # * or in FAR 52.227-19, as applicable. * # * * # ***************************************************************** # # HISTORY # # @(#)$RCSfile: evmdaemon.temp $ $Revision: /main/7 $ (DEC) $Date: 2010/08/03 11:27:13 $ # # EVM_DAEMON_CONF_VERSION 23 - DO NOT DELETE THIS LINE # Event template directory: sourcedir "%ORA_CRS_HOME%/evm/admin/templates" # Start the EVM Logger as a synchronized client: start_sync "%ORA_CRS_HOME%/bin/evmlogger -o %ORA_CRS_HOME%/log/[HOSTNAME]/evmd/evmlogger.info \ -l %ORA_CRS_HOME%/log/[HOSTNAME]/evmd/evmlogger.log" # Start the EVM Channel Manager as a synchronized client: #start_sync "%ORA_CRS_HOME%/bin/evmchmgr -l %ORA_CRS_HOME%/log/[HOSTNAME]/evmd/evmchmgr.log" # Event retrieval service definition: service { name event_get command "%ORA_CRS_HOME%/bin/evmget_srv" } # Set up an activity monitor. activity_monitor { name event_count # currently, the only supported monitor period 10 # count over a 10 minute period threshold 500 # perform action if 500 events holdoff 240 # wait 4 hours before resuming } # Disable remote communication (set following to "true" to enable) remote_connection true