dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / cmd / fm / modules / SUNW,Netra-T5440 / etm / etm.conf
blobe61897c85a8e93da3b00f86379714e850494c4b9
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
22 # Use is subject to license terms.
24 #ident  "%Z%%M% %I%     %E% SMI"
26 # transport these FMA events from the domain to the SP
27 subscribe fault.cpu.*
28 subscribe fault.memory.*
29 subscribe fault.io.fire.*
30 subscribe fault.io.pci.*
31 subscribe fault.io.pciex.*
32 subscribe fault.io.n2.*
33 subscribe fault.io.vf.*
34 subscribe fault.asic.ultraSPARC-T2plus.*
35 subscribe list.repaired
38 # etm agent properties:
40 # On supported systems, ETM can transport SP Alert event messages from the
41 # SP to Solaris.  SP Alert messages are generated by the Service Processor
42 # and indicate various conditions monitored by the SP.  The following
43 # properties define how those messages are handled by Solaris.
45 # etm_alert_console - bool - log messages to system console (default=false)
46 # etm_alert_syslogd - bool - log messages to messages file through
47 #   syslogd (default=true)
48 # etm_alert_facility - string - syslog(3C) log facility to use
49 #   (default=LOG_DAEMON)
51 # The "etm_alert_facility" property may only be configured to use
52 # LOG_DAEMON (which is the default) or one of LOG_LOCAL[0-7].  For
53 # information about the use of local log facilities, refer to syslog(3C),
54 # syslogd(1M), and syslog.conf(4).
56 # Example settings:
57 # setprop etm_alert_console true
58 # setprop etm_alert_facility LOG_LOCAL0