1f6e214c7SGavin Maltby#
2f6e214c7SGavin Maltby# CDDL HEADER START
3f6e214c7SGavin Maltby#
4f6e214c7SGavin Maltby# The contents of this file are subject to the terms of the
5f6e214c7SGavin Maltby# Common Development and Distribution License (the "License").
6f6e214c7SGavin Maltby# You may not use this file except in compliance with the License.
7f6e214c7SGavin Maltby#
8f6e214c7SGavin Maltby# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f6e214c7SGavin Maltby# or http://www.opensolaris.org/os/licensing.
10f6e214c7SGavin Maltby# See the License for the specific language governing permissions
11f6e214c7SGavin Maltby# and limitations under the License.
12f6e214c7SGavin Maltby#
13f6e214c7SGavin Maltby# When distributing Covered Code, include this CDDL HEADER in each
14f6e214c7SGavin Maltby# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15f6e214c7SGavin Maltby# If applicable, add the following below this CDDL HEADER, with the
16f6e214c7SGavin Maltby# fields enclosed by brackets "[]" replaced with your own identifying
17f6e214c7SGavin Maltby# information: Portions Copyright [yyyy] [name of copyright owner]
18f6e214c7SGavin Maltby#
19f6e214c7SGavin Maltby# CDDL HEADER END
20f6e214c7SGavin Maltby#
21f6e214c7SGavin Maltby
22f6e214c7SGavin Maltby#
23f6e214c7SGavin Maltby# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24f6e214c7SGavin Maltby#
25f6e214c7SGavin Maltby
26f6e214c7SGavin Maltbyset name=pkg.fmri value=pkg:/service/fault-management/snmp-notify@$(PKGVERS)
2786d41711SAndy Fiddamanset name=pkg.summary value="SNMP Notification Daemon for System Events"
28f6e214c7SGavin Maltbyset name=pkg.description \
29f6e214c7SGavin Maltby    value="snmp-notify is a small, lightweight daemon that subscribes to both software and FMA problem lifecycle events.  Upon receipt of an event, it produces an SNMP notification based on a set of notification preferences which are stored in the SMF service configuration repository."
30f6e214c7SGavin Maltbyset name=info.classification \
311021d8f4SRichard Lowe    value="org.opensolaris.category.2008:System/Administration and Configuration"
32f6e214c7SGavin Maltbyset name=variant.arch value=$(ARCH)
3386d41711SAndy Fiddamandir  path=lib/svc/manifest/system group=sys
3486d41711SAndy Fiddamandir  path=lib/svc/manifest/system/fm group=sys
35f6e214c7SGavin Maltbyfile path=lib/svc/manifest/system/fm/snmp-notify.xml group=sys mode=0444
3686d41711SAndy Fiddamandir  path=usr/lib
3786d41711SAndy Fiddamandir  path=usr/lib/fm
3886d41711SAndy Fiddamandir  path=usr/lib/fm/notify
39f6e214c7SGavin Maltbyfile path=usr/lib/fm/notify/snmp-notify mode=0555
40f6e214c7SGavin Maltbylicense cr_Sun license=cr_Sun
41f6e214c7SGavin Maltbylicense lic_CDDL license=lic_CDDL
42