2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4 Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
8 The contents of this file are subject to the terms of the
9 Common Development and Distribution License (the "License").
10 You may not use this file except in compliance with the License.
12 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13 or http://www.opensolaris.org/os/licensing.
14 See the License for the specific language governing permissions
15 and limitations under the License.
17 When distributing Covered Code, include this CDDL HEADER in each
18 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19 If applicable, add the following below this CDDL HEADER, with the
20 fields enclosed by brackets "[]" replaced with your own identifying
21 information: Portions Copyright [yyyy] [name of copyright owner]
25 NOTE: This service manifest is not editable; its contents will
26 be overwritten by package or patch operations, including
27 operating system upgrade. Make customizations in a different
31 <service_bundle type='manifest' name='SUNWckr:notify-params'>
34 name='system/fm/notify-params'
39 Fault Manager notification parameters
46 timeout_seconds='0' />
52 timeout_seconds='0' />
55 SMF property groups match the regex
56 ([A-Za-z][ A-Za-z0-9.-]*,)?[A-Za-z][ A-Za-z0-9-]*
57 swfma was added at the end to allow the class dotted names
58 The macro SCF_NOTIFY_PG_POSTFIX in libscf.h translates to "swfma"
61 <instance name='default' enabled='false'>
63 This sets the default notification preferences for FMA events
64 which is to send an email to root and emit a console message via
65 syslog for list.suspect events and to send an SNMP trap for
66 list.suspect, list.repaired and list.resolved events.
69 <notification_parameters>
70 <event value='problem-diagnosed' />
71 <type name='smtp' active='true'>
72 <paramval name='to' value='root@localhost' />
73 <paramval name='reply-to'
74 value='root@localhost' />
76 <type name='snmp' active='true' />
77 <type name='syslog' active='true' />
78 </notification_parameters>
79 <notification_parameters>
80 <event value='problem-repaired,problem-resolved' />
81 <type name='snmp' active='true' />
82 </notification_parameters>
85 <stability value='Evolving' />
89 <loctext xml:lang='C'>
90 Solaris Fault Manager notification parameters
98 manpath='/usr/share/man' />