This ZenPack is currently used by the HP ProLiant Monitor, Dell Monitor and ODBC

Datasource (and many others) to display additional hardware details and could be
used by other ZenPacks as well. Examples of details include:

* dynamic deviceHardwareDetail tab (additional sections can be added
  or removed by any ZenPack)
* dynamic deviceOsDetail tab
* dynamic deviceSoftwareDetail tab
* Number of CPU Cores
* Memory Modules section
* Logical Drives sections
* status indication for all hardware components
* It also make changes deviceOSDetail tab to show only monitored
  Network Interfaces

WWW: http://community.zenoss.org/docs/DOC-3452

PR:		ports/157197
Submitted by:	Jeffrey Leung <zenoss@experts-exchange.com>, Anthony Garcia <agarcia@experts-exchange.com>
This commit is contained in:
Chris Rees 2011-10-21 20:12:02 +00:00
parent ba3d0a0cf7
commit 1e1818762e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284075
7 changed files with 61 additions and 0 deletions

View File

@ -298,5 +298,6 @@
SUBDIR += zabbix-server
SUBDIR += zenoss
SUBDIR += zenpack-dellmon
SUBDIR += zenpack-deviceadvdetail
.include <bsd.port.subdir.mk>

View File

@ -0,0 +1,25 @@
# New ports collection Makefile for: deviceAdvDetail
# Date created: 11 May 2011
# Whom: Zenoss <zenoss@experts-exchange.com>
#
# $FreeBSD$
#
PORTNAME= deviceAdvDetail
PORTVERSION= 2.7.3
CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/epuzanov/${ZPACKPREFIX}${PORTNAME}/tarball/deviceadvdetail-2.7/
DISTNAME= epuzanov-${ZPACKPREFIX}${PORTNAME}-deviceadvdetail-2.7-0-g4cc7c48
MAINTAINER= zenoss@experts-exchange.com
COMMENT= Provides additional hardware details for Zenoss
ZPACKGROUP= community
WRKSRC= ${WRKDIR}/epuzanov-${ZPACKPREFIX}${PORTNAME}-cfbd596
ZPACK= ${ZPACKPREFIX}${PORTNAME}-2.7-${PYTHON_VERSION:S/thon//}.egg
ZPACKPREFIX= ZenPacks.community.
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (epuzanov-ZenPacks.community.deviceAdvDetail-deviceadvdetail-2.7-0-g4cc7c48.tar.gz) = fa5072eac03d2fc0b483ec80f4596be87f5f740c9a456a055d58a3710a45e289
SIZE (epuzanov-ZenPacks.community.deviceAdvDetail-deviceadvdetail-2.7-0-g4cc7c48.tar.gz) = 17009

View 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

View 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

View File

@ -0,0 +1,16 @@
This ZenPack is currently used by the HP ProLiant Monitor, Dell Monitor and ODBC
Datasource (and many others) to display additional hardware details and could be
used by other ZenPacks as well. Examples of details include:
* dynamic deviceHardwareDetail tab (additional sections can be added
or removed by any ZenPack)
* dynamic deviceOsDetail tab
* dynamic deviceSoftwareDetail tab
* Number of CPU Cores
* Memory Modules section
* Logical Drives sections
* status indication for all hardware components
* It also make changes deviceOSDetail tab to show only monitored
Network Interfaces
WWW: http://community.zenoss.org/docs/DOC-3452

View File

@ -0,0 +1,2 @@
zenoss/ZenPack/%%ZPACK%%
@dirrmtry zenoss/ZenPack