components/net-snmp/net-snmp.xml
author Craig Mohrman <craig.mohrman@oracle.com>
Mon, 22 Jul 2013 12:36:47 -0700
changeset 1402 f225f89a0538
parent 298 da071ad371a4
permissions -rw-r--r--
16658678 problem in UTILITY/PHP 16004918 problem in UTILITY/PHP 16098069 /etc/apache2/2.2/conf.d/php/php.conf missing on upgrade to s11.1 17026033 problem in UTILITY/PHP 17157091 problem in UTILITY/PHP

<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--
    CDDL HEADER START
   
    The contents of this file are subject to the terms of the
    Common Development and Distribution License (the "License").
    You may not use this file except in compliance with the License.
   
    You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
    or http://www.opensolaris.org/os/licensing.
    See the License for the specific language governing permissions
    and limitations under the License.
   
    When distributing Covered Code, include this CDDL HEADER in each
    file and include the License file at usr/src/OPENSOLARIS.LICENSE.
    If applicable, add the following below this CDDL HEADER, with the
    fields enclosed by brackets "[]" replaced with your own identifying
    information: Portions Copyright [yyyy] [name of copyright owner]
   
    CDDL HEADER END
   
    Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.

    NOTE:  This service description is not editable; its contents
    may be overwritten by package or patch operations, including
    operating system upgrade.  Make customizations in a different
    file.

    Service manifest for the net-snmp daemon
-->

<service_bundle type='manifest' name='SUNWnet-snmp-core:net-snmp'>

<service
	name='application/management/net-snmp'
	type='service'
	version='1'>

	<create_default_instance enabled='false' />

	<single_instance />

	<dependency
		name='multi-user'
		grouping='require_all'
		restart_on='none'
		type='service'> 
		<service_fmri value='svc:/milestone/multi-user' />
	</dependency>

	<!-- Need / & /usr filesystems mounted, /var mounted read/write -->
	<dependency
		name='fs-local'
		type='service'
		grouping='require_all'
		restart_on='none'>
			<service_fmri value='svc:/system/filesystem/local' />
	</dependency>

	<dependency
		name='name-services'
		grouping='optional_all'
		restart_on='none'
		type='service'>
		<service_fmri value='svc:/milestone/name-services' />
	</dependency>

	<dependency
		name='system-log'
		grouping='optional_all'
		restart_on='none'
		type='service'>
		<service_fmri value='svc:/system/system-log' />
	</dependency>

	<dependency
		name='rstat'
		grouping='optional_all'
		restart_on='none'
		type='service'>
		<service_fmri value='svc:/network/rpc/rstat' />
	</dependency>

	<dependency name='cryptosvc'
		grouping='require_all'
		restart_on='restart'
		type='service'>
			<service_fmri value='svc:/system/cryptosvc' />
	</dependency>

	<dependency
		name='network'
		grouping='require_all'
		restart_on='restart'
		type='service'>
			<service_fmri value='svc:/milestone/network' />
	</dependency>

	<dependency
		name='config-file'
		grouping='require_all'
		restart_on='refresh'
		type='path'>
			<service_fmri 
			   value='file://localhost/etc/net-snmp/snmp/snmpd.conf' />
	</dependency>

	<exec_method
        	type='method'
		name='start'
		exec='/lib/svc/method/svc-net-snmp'
		timeout_seconds='60'>
	</exec_method>

	<exec_method
       type='method'
	   name='stop'
	   exec=':kill'
	   timeout_seconds='60'>
	</exec_method>

	<exec_method
	   type='method'
	   name='refresh'
	   exec=':kill -HUP'
	   timeout_seconds='60'>
	</exec_method>

	<property_group name='general' type='framework'>
		<!-- to start/stop net-snmp -->
		<propval name='action_authorization' type='astring'
			value='solaris.smf.manage.net-snmp' />
		<propval name='value_authorization' type='astring'
			value='solaris.smf.manage.net-snmp' />
		<propval name='arch_type' type='integer' value='0' />
	</property_group>
	
	<stability value='Unstable' />

	<template>
		<common_name>
			<loctext xml:lang='C'>
			net-snmp SNMP daemon
			</loctext>
		</common_name>

		<documentation>
			<manpage title='snmpd' section='8' 
			    manpath='/usr/share/man/' />
		</documentation>

	</template>

</service>

</service_bundle>