components/zabbix-agent/zabbix-agent.p5m
author Adam Stevko <adam.stevko@gmail.com>
Thu, 07 Feb 2013 00:33:59 +0100
changeset 545 3e7752f531e1
parent 496 41f1055a7b77
permissions -rw-r--r--
3487 bring help2man into oi-build

#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL)". You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#

# Copyright (c) 2012, Adam 'xenol' Stevko <[email protected]> 

<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
set name=pkg.fmri value=pkg:/application/management/zabbix-agent@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="Zabbix agent"
set name=info.classification value="org.opensolaris.category.2008:Applications/System Utilities"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)

group groupname="zabbix" gid=61
user gcos-field="Zabbix Monitoring System" username="zabbix"  group="zabbix" uid=61

dir  path=usr
dir  path=usr/bin
file path=usr/bin/zabbix_get
file path=usr/bin/zabbix_sender
dir  path=usr/sbin
file path=usr/sbin/zabbix_agent
file path=usr/sbin/zabbix_agentd
dir  path=usr/share
dir  path=usr/share/man
dir  path=usr/share/man/man1
file path=usr/share/man/man1/zabbix_get.1
file path=usr/share/man/man1/zabbix_sender.1
dir  path=usr/share/man/man8
file path=usr/share/man/man8/zabbix_agentd.8

dir  path=var
dir  path=var/log
dir  path=var/log/zabbix owner=zabbix group=zabbix

dir  path=etc
dir  path=etc/zabbix
file Solaris/zabbix_agent.conf path=etc/zabbix/zabbix_agent.conf owner=root group=root mode=0644 preserve=true
file Solaris/zabbix_agentd.conf path=etc/zabbix/zabbix_agentd.conf owner=root group=root mode=0644 preserve=true

dir  path=lib
dir  path=lib/svc
dir  path=lib/svc/manifest
dir  path=lib/svc/manifest/application
dir  path=lib/svc/manifest/application/management
dir  path=lib/svc/method
file Solaris/zabbix-agent.xml path=lib/svc/manifest/application/management/zabbix-agent.xml restart_fmri=svc:/system/manifest-import:default

license zabbix-agent.license license="GPLv2"