mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
e25d63ed97
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/
25 lines
531 B
Makefile
25 lines
531 B
Makefile
# 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>
|