aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bsnmp-jails
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-12-12 12:35:05 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-12-12 12:35:05 +0000
commite25d63ed976767032f6cf4ce19f32bcba89c526e (patch)
tree8773148eb4b50871099c33179d8cc9d91dd47747 /net-mgmt/bsnmp-jails
parentaff5d67bbee3476c8938388a1f58bfb9e35da8fa (diff)
downloadports-e25d63ed976767032f6cf4ce19f32bcba89c526e.tar.gz
ports-e25d63ed976767032f6cf4ce19f32bcba89c526e.zip
bsnmp-jails is a module for bsnmpd which allows you to measure statistics
about jails on your system. Counters are available for network traffic, CPU time used, process and thread counts, and disk utilization. LICENSE: BSD WWW: http://memberwebs.com/stef/software/bsnmp-jails/
Notes
Notes: svn path=/head/; revision=245610
Diffstat (limited to 'net-mgmt/bsnmp-jails')
-rw-r--r--net-mgmt/bsnmp-jails/Makefile24
-rw-r--r--net-mgmt/bsnmp-jails/distinfo3
-rw-r--r--net-mgmt/bsnmp-jails/pkg-descr7
3 files changed, 34 insertions, 0 deletions
diff --git a/net-mgmt/bsnmp-jails/Makefile b/net-mgmt/bsnmp-jails/Makefile
new file mode 100644
index 000000000000..57eb44486e63
--- /dev/null
+++ b/net-mgmt/bsnmp-jails/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: bsnmp-jails
+# Date created: 12 Dec 2009
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= bsnmp-jails
+PORTVERSION= 0.8
+CATEGORIES= net-mgmt
+MASTER_SITES= http://memberwebs.com/stef/software/bsnmp-jails/
+
+MAINTAINER= dinoex@FreeBSD.org
+COMMENT= A bsnmpd module to measure statistics about jails
+
+GNU_CONFIGURE= yes
+
+MAN8= bsnmp-jails.8
+
+PLIST_FILES= lib/snmp_jails.so lib/snmp_jails.so.0 \
+ lib/snmp_jails.a lib/snmp_jails.la \
+ libexec/jail-measure
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/bsnmp-jails/distinfo b/net-mgmt/bsnmp-jails/distinfo
new file mode 100644
index 000000000000..2aa8e3728788
--- /dev/null
+++ b/net-mgmt/bsnmp-jails/distinfo
@@ -0,0 +1,3 @@
+MD5 (bsnmp-jails-0.8.tar.gz) = 8b299a86043f8347ccd76e2307bab3e8
+SHA256 (bsnmp-jails-0.8.tar.gz) = e695652fc9cf9df96e3127160b801f02c88f00ebb3ceee3fd20a3da258684493
+SIZE (bsnmp-jails-0.8.tar.gz) = 341389
diff --git a/net-mgmt/bsnmp-jails/pkg-descr b/net-mgmt/bsnmp-jails/pkg-descr
new file mode 100644
index 000000000000..a9c31b0b8e22
--- /dev/null
+++ b/net-mgmt/bsnmp-jails/pkg-descr
@@ -0,0 +1,7 @@
+bsnmp-jails is a module for bsnmpd which allows you to measure statistics
+about jails on your system. Counters are available for network traffic,
+CPU time used, process and thread counts, and disk utilization.
+
+LICENSE: BSD
+
+WWW: http://memberwebs.com/stef/software/bsnmp-jails/