1*f6e214c7SGavin Maltby# 2*f6e214c7SGavin Maltby# CDDL HEADER START 3*f6e214c7SGavin Maltby# 4*f6e214c7SGavin Maltby# The contents of this file are subject to the terms of the 5*f6e214c7SGavin Maltby# Common Development and Distribution License (the "License"). 6*f6e214c7SGavin Maltby# You may not use this file except in compliance with the License. 7*f6e214c7SGavin Maltby# 8*f6e214c7SGavin Maltby# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*f6e214c7SGavin Maltby# or http://www.opensolaris.org/os/licensing. 10*f6e214c7SGavin Maltby# See the License for the specific language governing permissions 11*f6e214c7SGavin Maltby# and limitations under the License. 12*f6e214c7SGavin Maltby# 13*f6e214c7SGavin Maltby# When distributing Covered Code, include this CDDL HEADER in each 14*f6e214c7SGavin Maltby# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*f6e214c7SGavin Maltby# If applicable, add the following below this CDDL HEADER, with the 16*f6e214c7SGavin Maltby# fields enclosed by brackets "[]" replaced with your own identifying 17*f6e214c7SGavin Maltby# information: Portions Copyright [yyyy] [name of copyright owner] 18*f6e214c7SGavin Maltby# 19*f6e214c7SGavin Maltby# CDDL HEADER END 20*f6e214c7SGavin Maltby# 21*f6e214c7SGavin Maltby 22*f6e214c7SGavin Maltby# 23*f6e214c7SGavin Maltby# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24*f6e214c7SGavin Maltby# 25*f6e214c7SGavin Maltby 26*f6e214c7SGavin Maltbyset name=pkg.fmri value=pkg:/service/fault-management/snmp-notify@$(PKGVERS) 27*f6e214c7SGavin Maltbyset name=pkg.description \ 28*f6e214c7SGavin 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." 29*f6e214c7SGavin Maltbyset name=pkg.summary value="SNMP Notification Daemon for System Events" 30*f6e214c7SGavin Maltbyset name=info.classification \ 31*f6e214c7SGavin Maltby value="org.opensolaris.category.2010:System/Administration and Configuration" 32*f6e214c7SGavin Maltbyset name=variant.arch value=$(ARCH) 33*f6e214c7SGavin Maltbyset name=variant.opensolaris.zone value=global value=nonglobal 34*f6e214c7SGavin Maltbydir path=lib/svc/manifest/system group=sys 35*f6e214c7SGavin Maltbydir path=lib/svc/manifest/system/fm group=sys 36*f6e214c7SGavin Maltbydir path=usr/lib 37*f6e214c7SGavin Maltbydir path=usr/lib/fm 38*f6e214c7SGavin Maltbydir path=usr/lib/fm/notify 39*f6e214c7SGavin Maltbyfile path=lib/svc/manifest/system/fm/snmp-notify.xml group=sys mode=0444 40*f6e214c7SGavin Maltbyfile path=usr/lib/fm/notify/snmp-notify mode=0555 41*f6e214c7SGavin Maltbylicense cr_Sun license=cr_Sun 42*f6e214c7SGavin Maltbylicense lic_CDDL license=lic_CDDL 43*f6e214c7SGavin Maltby# 44*f6e214c7SGavin Maltby# snmp-notify depends on libraries delivered in this package 45*f6e214c7SGavin Maltby# 46*f6e214c7SGavin Maltbydepend fmri=service/fault-management type=require 47*f6e214c7SGavin Maltby# 48*f6e214c7SGavin Maltby# snmp-notify requires the net-snmp service in order to be able to send 49*f6e214c7SGavin Maltby# SNMP notifications. 50*f6e214c7SGavin Maltby# 51*f6e214c7SGavin Maltbydepend fmri=system/management/snmp/net-snmp type=require 52