mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
bsnmp-ucd is a module for bsnmpd which allows to get memory, load average,
cpu utilization and other system statistics. It implements parts of UCD-SNMP-MIB for this. It is also possible to specify your own commands under UCD-SNMP-MIB::extTable mib. PR: ports/120238 Submitted by: Mikolaj Golub <to.my.trociny (at) gmail.com>
This commit is contained in:
parent
ee04539d87
commit
d7263ef346
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208414
@ -28,6 +28,7 @@
|
||||
SUBDIR += braa
|
||||
SUBDIR += bsd-airtools
|
||||
SUBDIR += bsnmp-regex
|
||||
SUBDIR += bsnmp-ucd
|
||||
SUBDIR += bsnmpd
|
||||
SUBDIR += bsnmptools
|
||||
SUBDIR += bwm-ng
|
||||
|
27
net-mgmt/bsnmp-ucd/Makefile
Normal file
27
net-mgmt/bsnmp-ucd/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: bsnmp-ucd
|
||||
# Date created: 15 December 2007
|
||||
# Whom: Mikolaj Golub <to.my.trociny@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bsnmp-ucd
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://bsnmp-ucd.googlecode.com/files/
|
||||
|
||||
MAINTAINER= to.my.trociny@gmail.com
|
||||
COMMENT= A bsnmpd module that implements parts of UCD-SNMP-MIB
|
||||
|
||||
USE_MAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15:build
|
||||
|
||||
MAN8= bsnmp-ucd.8
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 601000
|
||||
IGNORE= bsnmpd lack of realization on FreeBSD < 6.1
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
net-mgmt/bsnmp-ucd/distinfo
Normal file
3
net-mgmt/bsnmp-ucd/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (bsnmp-ucd-0.2.0.tar.gz) = 5a9c3ed705cc300890e9d0d36684d912
|
||||
SHA256 (bsnmp-ucd-0.2.0.tar.gz) = 08c3bb6534958a5e6217d5bfea62c587e0826338280c423da263035cd0bf2f95
|
||||
SIZE (bsnmp-ucd-0.2.0.tar.gz) = 21783
|
6
net-mgmt/bsnmp-ucd/pkg-descr
Normal file
6
net-mgmt/bsnmp-ucd/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
bsnmp-ucd is a module for bsnmpd which allows you to get memory, load
|
||||
average, cpu utilization and other system statistics. It implements parts
|
||||
of UCD-SNMP-MIB for this.
|
||||
|
||||
WWW: http://bsnmp-ucd.googlecode.com/
|
||||
Author: Mikolaj Golub <to.my.trociny@gmail.com>
|
5
net-mgmt/bsnmp-ucd/pkg-plist
Normal file
5
net-mgmt/bsnmp-ucd/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/snmp_ucd.a
|
||||
lib/snmp_ucd.la
|
||||
lib/snmp_ucd.so
|
||||
lib/snmp_ucd.so.1
|
||||
%%EXAMPLESDIR%%/snmpd.config.sample
|
Loading…
Reference in New Issue
Block a user