diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-12-12 20:35:05 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-12-12 20:35:05 +0800 |
commit | 31b466ffb6f5f3d8d9da0c6543210d00a4ba06d9 (patch) | |
tree | afdceb2ed78f3b3a49dc5fbe1d7239e6e9d17a21 /net-mgmt | |
parent | 412faccbe14e017f5ff7bbba88102929c07520ee (diff) | |
download | freebsd-ports-gnome-31b466ffb6f5f3d8d9da0c6543210d00a4ba06d9.tar.gz freebsd-ports-gnome-31b466ffb6f5f3d8d9da0c6543210d00a4ba06d9.tar.zst freebsd-ports-gnome-31b466ffb6f5f3d8d9da0c6543210d00a4ba06d9.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/
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/bsnmp-jails/Makefile | 24 | ||||
-rw-r--r-- | net-mgmt/bsnmp-jails/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/bsnmp-jails/pkg-descr | 7 |
4 files changed, 35 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 0344bf3cbe92..40c7ca63c58a 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -29,6 +29,7 @@ SUBDIR += bpft SUBDIR += braa SUBDIR += bsd-airtools + SUBDIR += bsnmp-jails SUBDIR += bsnmp-regex SUBDIR += bsnmp-ucd SUBDIR += bsnmptools 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/ |