etm.conf revision 3044:0526996705bc
133965Sjdp#
260484Sobrien# CDDL HEADER START
360484Sobrien#
433965Sjdp# The contents of this file are subject to the terms of the
533965Sjdp# Common Development and Distribution License (the "License").
633965Sjdp# You may not use this file except in compliance with the License.
733965Sjdp#
833965Sjdp# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
933965Sjdp# or http://www.opensolaris.org/os/licensing.
1033965Sjdp# See the License for the specific language governing permissions
1133965Sjdp# and limitations under the License.
1233965Sjdp#
1333965Sjdp# When distributing Covered Code, include this CDDL HEADER in each
1433965Sjdp# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1533965Sjdp# If applicable, add the following below this CDDL HEADER, with the
1633965Sjdp# fields enclosed by brackets "[]" replaced with your own identifying
1733965Sjdp# information: Portions Copyright [yyyy] [name of copyright owner]
1833965Sjdp#
1933965Sjdp# CDDL HEADER END
2033965Sjdp#
2133965Sjdp# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
2233965Sjdp# Use is subject to license terms.
2333965Sjdp#
2433965Sjdp#ident	"%Z%%M%	%I%	%E% SMI"
2533965Sjdp
2633965Sjdp# transport these FMA events from the domain to the SP
2733965Sjdp
2833965Sjdpsubscribe fault.*
2933965Sjdpsubscribe list.repaired
3033965Sjdp
3133965Sjdp#
3233965Sjdp# etm agent properties:
3333965Sjdp#
3433965Sjdp# On supported systems, ETM can transport SP Alert event messages from the
3533965Sjdp# SP to Solaris.  SP Alert messages are generated by the Service Processor
3633965Sjdp# and indicate various conditions monitored by the SP.  The following
3733965Sjdp# properties define how those messages are handled by Solaris.
3833965Sjdp#
3933965Sjdp# etm_alert_console - bool - log messages to system console (default=false)
4033965Sjdp# etm_alert_syslogd - bool - log messages to messages file through
4133965Sjdp#   syslogd (default=true)
4233965Sjdp# etm_alert_facility - string - syslog(3C) log facility to use
4333965Sjdp#   (default=LOG_DAEMON)
4433965Sjdp#
4533965Sjdp# The "etm_alert_facility" property may only be configured to use
4633965Sjdp# LOG_DAEMON (which is the default) or one of LOG_LOCAL[0-7].  For
4733965Sjdp# information about the use of local log facilities, refer to syslog(3C),
4833965Sjdp# syslogd(1M), and syslog.conf(4).
4933965Sjdp#
5033965Sjdp# Example settings:
5133965Sjdp# setprop etm_alert_console true
5233965Sjdp# setprop etm_alert_facility LOG_LOCAL0
5333965Sjdp#
5433965Sjdp