diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-10-18 19:01:29 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-10-18 19:01:29 +0000 |
commit | f137a31a2d4752fc450fcb7db6e0fc86e133ebd5 (patch) | |
tree | fdabbb8ea7175574bc1495fd2e8f9eaf93d11698 /net-mgmt/zenpack-dellmon | |
parent | 67c648f9101aefe1ecae0c855cf154fda2d27e2e (diff) | |
download | freebsd-ports-f137a31a2d4752fc450fcb7db6e0fc86e133ebd5.zip |
This ZenPack provides additional monitoring options for Dell machines with
additional zCollectorPlugins:
* community.snmp.DellCPUMap
* community.snmp.DellDeviceMap
* community.snmp.DellExpansionCardMap
* community.snmp.DellFanMap
* community.snmp.DellHardDiskMap
* community.snmp.DellLogicalDiskMap
* community.snmp.DellMemoryModuleMap
* community.snmp.DellNicMap
* community.snmp.DellPowerSupplyMap
* community.snmp.DellTemperatureSensorMap
Reports:
* /Device Reports/Dell PowerEdge Reports/DRAC Controllers
* /Device Reports/Dell PowerEdge Reports/Storage Controllers
* /Device Reports/Dell PowerEdge Reports/Hard Disks
WWW: http://community.zenoss.org/docs/DOC-3410
PR: ports/157196
Submitted by: Jeffrey Leung <zenoss@experts-exchange.com>, Anthony Garcia <agarcia@experts-exchange.com>
Diffstat (limited to 'net-mgmt/zenpack-dellmon')
-rw-r--r-- | net-mgmt/zenpack-dellmon/Makefile | 24 | ||||
-rw-r--r-- | net-mgmt/zenpack-dellmon/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/zenpack-dellmon/files/pkg-deinstall.in | 10 | ||||
-rw-r--r-- | net-mgmt/zenpack-dellmon/files/pkg-message.in | 5 | ||||
-rw-r--r-- | net-mgmt/zenpack-dellmon/pkg-descr | 18 | ||||
-rw-r--r-- | net-mgmt/zenpack-dellmon/pkg-plist | 2 |
6 files changed, 61 insertions, 0 deletions
diff --git a/net-mgmt/zenpack-dellmon/Makefile b/net-mgmt/zenpack-dellmon/Makefile new file mode 100644 index 000000000000..c0037e53eb84 --- /dev/null +++ b/net-mgmt/zenpack-dellmon/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: DellMon +# Date created: 13 May 2011 +# Whom: Zenoss <zenoss@experts-exchange.com> +# +# $FreeBSD$ +# + +PORTNAME= DellMon +PORTVERSION= 2.4 + +CATEGORIES= net-mgmt +MASTER_SITES= https://github.com/epuzanov/${ZPACKPREFIX}${PORTNAME}/tarball/dellmon-2.4/ +DISTNAME= epuzanov-${ZPACKPREFIX}${PORTNAME}-dellmon-2.4-0-g9697659 + +MAINTAINER= zenoss@experts-exchange.com +COMMENT= Provides additional monitoring options for Dell machines + +ZPACKGROUP= community +WRKSRC= ${WRKDIR}/epuzanov-${ZPACKPREFIX}${PORTNAME}-a4ae347 +ZPACKPREFIX= ZenPacks.community. + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.zenoss.mk" +.include <bsd.port.post.mk> diff --git a/net-mgmt/zenpack-dellmon/distinfo b/net-mgmt/zenpack-dellmon/distinfo new file mode 100644 index 000000000000..c106e79269c5 --- /dev/null +++ b/net-mgmt/zenpack-dellmon/distinfo @@ -0,0 +1,2 @@ +SHA256 (epuzanov-ZenPacks.community.DellMon-dellmon-2.4-0-g9697659.tar.gz) = cab497f06939e5e495a7cb4e893afe56d2798f17f4f06399eb6c5c0dff3bfe29 +SIZE (epuzanov-ZenPacks.community.DellMon-dellmon-2.4-0-g9697659.tar.gz) = 57087 diff --git a/net-mgmt/zenpack-dellmon/files/pkg-deinstall.in b/net-mgmt/zenpack-dellmon/files/pkg-deinstall.in new file mode 100644 index 000000000000..a1f84ae8e2cf --- /dev/null +++ b/net-mgmt/zenpack-dellmon/files/pkg-deinstall.in @@ -0,0 +1,10 @@ +#!/bin/sh + +if [ "$2" = "DEINSTALL" ]; then + echo "To de-activate this Zenpack, run the following command as the zenoss user: + +%%ZENHOME%%/bin/zenpack --remove %%ZPACKPREFIX%%%%PORTNAME%% + +IMPORTANT: De-activating a Zenpack will also remove all its associated data" + +fi diff --git a/net-mgmt/zenpack-dellmon/files/pkg-message.in b/net-mgmt/zenpack-dellmon/files/pkg-message.in new file mode 100644 index 000000000000..869bea811264 --- /dev/null +++ b/net-mgmt/zenpack-dellmon/files/pkg-message.in @@ -0,0 +1,5 @@ + +To activate this Zenpack, run the following commands as the zenoss user: + +%%ZENHOME%%/bin/zenpack --install %%ZPACKHOME%%/%%ZPACK%% +%%ZENHOME%%/bin/zopectl restart diff --git a/net-mgmt/zenpack-dellmon/pkg-descr b/net-mgmt/zenpack-dellmon/pkg-descr new file mode 100644 index 000000000000..36a4d5ec3669 --- /dev/null +++ b/net-mgmt/zenpack-dellmon/pkg-descr @@ -0,0 +1,18 @@ +This ZenPack provides additional monitoring options for Dell machines with +additional zCollectorPlugins: +* community.snmp.DellCPUMap +* community.snmp.DellDeviceMap +* community.snmp.DellExpansionCardMap +* community.snmp.DellFanMap +* community.snmp.DellHardDiskMap +* community.snmp.DellLogicalDiskMap +* community.snmp.DellMemoryModuleMap +* community.snmp.DellNicMap +* community.snmp.DellPowerSupplyMap +* community.snmp.DellTemperatureSensorMap +Reports: +* /Device Reports/Dell PowerEdge Reports/DRAC Controllers +* /Device Reports/Dell PowerEdge Reports/Storage Controllers +* /Device Reports/Dell PowerEdge Reports/Hard Disks + +WWW: http://community.zenoss.org/docs/DOC-3410 diff --git a/net-mgmt/zenpack-dellmon/pkg-plist b/net-mgmt/zenpack-dellmon/pkg-plist new file mode 100644 index 000000000000..52307ea0055e --- /dev/null +++ b/net-mgmt/zenpack-dellmon/pkg-plist @@ -0,0 +1,2 @@ +zenoss/ZenPack/%%ZPACK%% +@dirrmtry zenoss/ZenPack |