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:
parent
1d3e7937d4
commit
068235d79b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284735
@ -301,6 +301,7 @@
|
||||
SUBDIR += zenpack-dellmon
|
||||
SUBDIR += zenpack-deviceadvdetail
|
||||
SUBDIR += zenpack-devicesearch
|
||||
SUBDIR += zenpack-graphportlet
|
||||
SUBDIR += zenpack-interfacegraphs
|
||||
SUBDIR += zenpack-macreport
|
||||
|
||||
|
25
net-mgmt/zenpack-graphportlet/Makefile
Normal file
25
net-mgmt/zenpack-graphportlet/Makefile
Normal 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>
|
2
net-mgmt/zenpack-graphportlet/distinfo
Normal file
2
net-mgmt/zenpack-graphportlet/distinfo
Normal 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
|
10
net-mgmt/zenpack-graphportlet/files/pkg-deinstall.in
Normal file
10
net-mgmt/zenpack-graphportlet/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-graphportlet/files/pkg-message.in
Normal file
5
net-mgmt/zenpack-graphportlet/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
|
7
net-mgmt/zenpack-graphportlet/pkg-descr
Normal file
7
net-mgmt/zenpack-graphportlet/pkg-descr
Normal 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
|
2
net-mgmt/zenpack-graphportlet/pkg-plist
Normal file
2
net-mgmt/zenpack-graphportlet/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
zenoss/ZenPack/%%ZPACK%%
|
||||
@dirrmtry zenoss/ZenPack
|
Loading…
x
Reference in New Issue
Block a user