aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile3
-rw-r--r--net-mgmt/zenpack-apachemonitor/Makefile27
-rw-r--r--net-mgmt/zenpack-apachemonitor/distinfo2
-rw-r--r--net-mgmt/zenpack-apachemonitor/files/pkg-deinstall.in10
-rw-r--r--net-mgmt/zenpack-apachemonitor/files/pkg-message.in5
-rw-r--r--net-mgmt/zenpack-apachemonitor/pkg-descr5
-rw-r--r--net-mgmt/zenpack-dellmonitor/Makefile27
-rw-r--r--net-mgmt/zenpack-dellmonitor/distinfo2
-rw-r--r--net-mgmt/zenpack-dellmonitor/files/pkg-deinstall.in10
-rw-r--r--net-mgmt/zenpack-dellmonitor/files/pkg-message.in5
-rw-r--r--net-mgmt/zenpack-dellmonitor/pkg-descr12
-rw-r--r--net-mgmt/zenpack-ntpmonitor/Makefile27
-rw-r--r--net-mgmt/zenpack-ntpmonitor/distinfo2
-rw-r--r--net-mgmt/zenpack-ntpmonitor/files/pkg-deinstall.in10
-rw-r--r--net-mgmt/zenpack-ntpmonitor/files/pkg-message.in5
-rw-r--r--net-mgmt/zenpack-ntpmonitor/pkg-descr6
16 files changed, 0 insertions, 158 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index e65c6cf30d77..ac8035616fd5 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -331,16 +331,13 @@
SUBDIR += zabbix2-proxy
SUBDIR += zabbix2-server
SUBDIR += zenoss
- SUBDIR += zenpack-apachemonitor
SUBDIR += zenpack-checkping
SUBDIR += zenpack-dellmon
- SUBDIR += zenpack-dellmonitor
SUBDIR += zenpack-deviceadvdetail
SUBDIR += zenpack-devicesearch
SUBDIR += zenpack-graphportlet
SUBDIR += zenpack-interfacegraphs
SUBDIR += zenpack-libvirt
SUBDIR += zenpack-macreport
- SUBDIR += zenpack-ntpmonitor
.include <bsd.port.subdir.mk>
diff --git a/net-mgmt/zenpack-apachemonitor/Makefile b/net-mgmt/zenpack-apachemonitor/Makefile
deleted file mode 100644
index 32efeefb9713..000000000000
--- a/net-mgmt/zenpack-apachemonitor/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Zenoss <zenoss@experts-exchange.com>
-# $FreeBSD$
-
-PORTNAME= ApacheMonitor
-PORTVERSION= 2.1.2
-CATEGORIES= net-mgmt www
-MASTER_SITES= http://dev.zenoss.org/trac/changeset/26203/tags/zenoss-3.1.0/zenpacks/
-DISTFILES= ${ZPACKPREFIX}${PORTNAME}?old_path=%2F\&format=zip
-
-MAINTAINER= zenoss@experts-exchange.com
-COMMENT= Provides performance monitoring of the Apache HTTP Server
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-11-18
-
-PLIST_FILES= zenoss/ZenPack/${ZPACK}
-PLIST_DIRS= zenoss/ZenPack
-USES= zenoss
-
-BROKEN= fails to fetch
-
-USE_ZIP= yes
-ZPACKGROUP= core
-WRKSRC= ${WRKDIR}/tags/zenoss-3.1.0/zenpacks/${ZPACKPREFIX}${PORTNAME}/
-
-NO_STAGE= yes
-.include <bsd.port.mk>
diff --git a/net-mgmt/zenpack-apachemonitor/distinfo b/net-mgmt/zenpack-apachemonitor/distinfo
deleted file mode 100644
index 4bab287f3951..000000000000
--- a/net-mgmt/zenpack-apachemonitor/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ZenPacks.zenoss.ApacheMonitor?old_path=%2F&format=zip) = 905b9baa0fbbaf1b6316338ed6bbd33c1d2c086f7b742b023a5c2517b3925d8a
-SIZE (ZenPacks.zenoss.ApacheMonitor?old_path=%2F&format=zip) = 17112
diff --git a/net-mgmt/zenpack-apachemonitor/files/pkg-deinstall.in b/net-mgmt/zenpack-apachemonitor/files/pkg-deinstall.in
deleted file mode 100644
index a1f84ae8e2cf..000000000000
--- a/net-mgmt/zenpack-apachemonitor/files/pkg-deinstall.in
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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-apachemonitor/files/pkg-message.in b/net-mgmt/zenpack-apachemonitor/files/pkg-message.in
deleted file mode 100644
index 869bea811264..000000000000
--- a/net-mgmt/zenpack-apachemonitor/files/pkg-message.in
+++ /dev/null
@@ -1,5 +0,0 @@
-
-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-apachemonitor/pkg-descr b/net-mgmt/zenpack-apachemonitor/pkg-descr
deleted file mode 100644
index 1469201cafaa..000000000000
--- a/net-mgmt/zenpack-apachemonitor/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This ZenPack provides performance monitoring of the Apache HTTP Server.
-
-This ZenPack is documented in the Zenoss Extended Monitoring Guide.
-
-WWW: http://community.zenoss.org/docs/DOC-3442
diff --git a/net-mgmt/zenpack-dellmonitor/Makefile b/net-mgmt/zenpack-dellmonitor/Makefile
deleted file mode 100644
index 85a7d3a2bb14..000000000000
--- a/net-mgmt/zenpack-dellmonitor/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Zenoss <zenoss@experts-exchange.com>
-# $FreeBSD$
-
-PORTNAME= DellMonitor
-PORTVERSION= 2.1.0
-CATEGORIES= net-mgmt
-MASTER_SITES= http://dev.zenoss.org/trac/changeset/26194/tags/zenoss-3.1.0/zenpacks/
-DISTFILES= ${ZPACKPREFIX}${PORTNAME}?old_path=%2F\&format=zip
-
-MAINTAINER= zenoss@experts-exchange.com
-COMMENT= Provides Zenoss monitoring options for Dell machines
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-11-18
-
-PLIST_FILES= zenoss/ZenPack/${ZPACK}
-PLIST_DIRS= zenoss/ZenPack
-USES= zenoss
-
-BROKEN= fails to fetch
-
-USE_ZIP= yes
-ZPACKGROUP= core
-WRKSRC= ${WRKDIR}/tags/zenoss-3.1.0/zenpacks/${ZPACKPREFIX}${PORTNAME}/
-
-NO_STAGE= yes
-.include <bsd.port.mk>
diff --git a/net-mgmt/zenpack-dellmonitor/distinfo b/net-mgmt/zenpack-dellmonitor/distinfo
deleted file mode 100644
index 1b3dd9ae90c4..000000000000
--- a/net-mgmt/zenpack-dellmonitor/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ZenPacks.zenoss.DellMonitor?old_path=%2F&format=zip) = 9e613becb673a748875abacf0f79ee1cd81aec852fc5448be103606117f13b5f
-SIZE (ZenPacks.zenoss.DellMonitor?old_path=%2F&format=zip) = 10638
diff --git a/net-mgmt/zenpack-dellmonitor/files/pkg-deinstall.in b/net-mgmt/zenpack-dellmonitor/files/pkg-deinstall.in
deleted file mode 100644
index a1f84ae8e2cf..000000000000
--- a/net-mgmt/zenpack-dellmonitor/files/pkg-deinstall.in
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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-dellmonitor/files/pkg-message.in b/net-mgmt/zenpack-dellmonitor/files/pkg-message.in
deleted file mode 100644
index 869bea811264..000000000000
--- a/net-mgmt/zenpack-dellmonitor/files/pkg-message.in
+++ /dev/null
@@ -1,5 +0,0 @@
-
-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-dellmonitor/pkg-descr b/net-mgmt/zenpack-dellmonitor/pkg-descr
deleted file mode 100644
index dca9b3a394e8..000000000000
--- a/net-mgmt/zenpack-dellmonitor/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-DellMonitor provides custom modeling of devices running the Dell OpenManage
-agents. It also contains hardware identification for Dell proprietary hardware.
-The information is collected through the SNMP interface.
-
-The following information is modeled.
-Hardware Model
-Hardware Serial Number
-Operating System
-CPU Information (socket, speed, cache, voltage)
-PCI Card Information (manufacturer, model)
-
-WWW: http://community.zenoss.org/docs/DOC-3492
diff --git a/net-mgmt/zenpack-ntpmonitor/Makefile b/net-mgmt/zenpack-ntpmonitor/Makefile
deleted file mode 100644
index c8caae5def09..000000000000
--- a/net-mgmt/zenpack-ntpmonitor/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Zenoss <zenoss@experts-exchange.com>
-# $FreeBSD$
-
-PORTNAME= NtpMonitor
-PORTVERSION= 2.0.3
-CATEGORIES= net-mgmt
-MASTER_SITES= http://dev.zenoss.org/trac/changeset/26205/tags/zenoss-3.1.0/zenpacks/
-DISTFILES= ${ZPACKPREFIX}${PORTNAME}?old_path=%2F\&format=zip
-
-MAINTAINER= zenoss@experts-exchange.com
-COMMENT= Monitors the offset between system time and a target NTP servers time
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-11-18
-
-PLIST_FILES= zenoss/ZenPack/${ZPACK}
-PLIST_DIRS= zenoss/ZenPack
-USES= zenoss
-
-BROKEN= fails to fetch
-
-USE_ZIP= yes
-ZPACKGROUP= core
-WRKSRC= ${WRKDIR}/tags/zenoss-3.1.0/zenpacks/${ZPACKPREFIX}${PORTNAME}/
-
-NO_STAGE= yes
-.include <bsd.port.mk>
diff --git a/net-mgmt/zenpack-ntpmonitor/distinfo b/net-mgmt/zenpack-ntpmonitor/distinfo
deleted file mode 100644
index 2ea48116a28a..000000000000
--- a/net-mgmt/zenpack-ntpmonitor/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ZenPacks.zenoss.NtpMonitor?old_path=%2F&format=zip) = 4e761243ac6b1b6652465532a36bd4c193a9b9256cf9c7056804cf09675a88ea
-SIZE (ZenPacks.zenoss.NtpMonitor?old_path=%2F&format=zip) = 10697
diff --git a/net-mgmt/zenpack-ntpmonitor/files/pkg-deinstall.in b/net-mgmt/zenpack-ntpmonitor/files/pkg-deinstall.in
deleted file mode 100644
index a1f84ae8e2cf..000000000000
--- a/net-mgmt/zenpack-ntpmonitor/files/pkg-deinstall.in
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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-ntpmonitor/files/pkg-message.in b/net-mgmt/zenpack-ntpmonitor/files/pkg-message.in
deleted file mode 100644
index 869bea811264..000000000000
--- a/net-mgmt/zenpack-ntpmonitor/files/pkg-message.in
+++ /dev/null
@@ -1,5 +0,0 @@
-
-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-ntpmonitor/pkg-descr b/net-mgmt/zenpack-ntpmonitor/pkg-descr
deleted file mode 100644
index 2239dbe65377..000000000000
--- a/net-mgmt/zenpack-ntpmonitor/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-NTPMonitor monitors the offset between system time and a target NTP (Network
-Time Server) server's time.
-
-More details can be found at provided url.
-
-WWW: http://community.zenoss.org/docs/DOC-3469