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>
This commit is contained in:
parent
67c648f910
commit
f137a31a2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283844
@ -297,5 +297,6 @@
|
||||
SUBDIR += zabbix-proxy
|
||||
SUBDIR += zabbix-server
|
||||
SUBDIR += zenoss
|
||||
SUBDIR += zenpack-dellmon
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
24
net-mgmt/zenpack-dellmon/Makefile
Normal file
24
net-mgmt/zenpack-dellmon/Makefile
Normal file
@ -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>
|
2
net-mgmt/zenpack-dellmon/distinfo
Normal file
2
net-mgmt/zenpack-dellmon/distinfo
Normal file
@ -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
|
10
net-mgmt/zenpack-dellmon/files/pkg-deinstall.in
Normal file
10
net-mgmt/zenpack-dellmon/files/pkg-deinstall.in
Normal file
@ -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
|
5
net-mgmt/zenpack-dellmon/files/pkg-message.in
Normal file
5
net-mgmt/zenpack-dellmon/files/pkg-message.in
Normal file
@ -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
|
18
net-mgmt/zenpack-dellmon/pkg-descr
Normal file
18
net-mgmt/zenpack-dellmon/pkg-descr
Normal file
@ -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
|
2
net-mgmt/zenpack-dellmon/pkg-plist
Normal file
2
net-mgmt/zenpack-dellmon/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
zenoss/ZenPack/%%ZPACK%%
|
||||
@dirrmtry zenoss/ZenPack
|
Loading…
Reference in New Issue
Block a user