1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

This ZenPack adds a portlet called "Show Graph" which enables users to show any

graph/multi graph reports on their dashboard. Several columns (as defined in
report options) are supported.

More details can be found at the provided url.

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

PR:		ports/157190
Submitted by:	Zenoss <zenoss@experts-exchange.com>
This commit is contained in:
Chris Rees 2011-10-30 16:42:16 +00:00
parent 1d3e7937d4
commit 068235d79b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284735
7 changed files with 52 additions and 0 deletions

View File

@ -301,6 +301,7 @@
SUBDIR += zenpack-dellmon
SUBDIR += zenpack-deviceadvdetail
SUBDIR += zenpack-devicesearch
SUBDIR += zenpack-graphportlet
SUBDIR += zenpack-interfacegraphs
SUBDIR += zenpack-macreport

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: ShowGraphPortlet
# Date created: 12 May 2011
# Whom: Zenoss <zenoss@experts-exchange.com>
#
# $FreeBSD$
#
PORTNAME= ShowGraphPortlet
PORTVERSION= 1.03
CATEGORIES= net-mgmt www
MASTER_SITES= http://zenpacks.zenoss.org/trac-zenpacks/changeset/1002/tags/
DISTFILES= graph-portlet-${PORTVERSION}?old_path=%2F\&format=zip
MAINTAINER= zenoss@experts-exchange.com
COMMENT= Enables users to show any graph/multi graph reports on their dashboard
USE_ZIP= yes
ZPACKGROUP= community
WRKSRC= ${WRKDIR}/tags/graph-portlet-${PORTVERSION}/
ZPACKPREFIX= ZenPacks.SCC.
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (graph-portlet-1.03?old_path=%2F&format=zip) = 69d89200f437f0b80d9d1508d4b550677a49037ac15dc8a98bfe542299c590e1
SIZE (graph-portlet-1.03?old_path=%2F&format=zip) = 7289

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,7 @@
This ZenPack adds a portlet called "Show Graph" which enables users to show any
graph/multi graph reports on their dashboard. Several columns (as defined in
report options) are supported.
More details can be found at the provided url.
WWW: http://community.zenoss.org/docs/DOC-3421

View File

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