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. Being the author of module I'm very interested in seeing this module included in port tree and ready to help in supporting port. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->az I'll take it.
az 2008-03-04 09:08:50 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/bsnmp-ucd Makefile distinfo pkg-descr pkg-plist Log: 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> Revision Changes Path 1.152 +1 -0 ports/net-mgmt/Makefile 1.1 +27 -0 ports/net-mgmt/bsnmp-ucd/Makefile (new) 1.1 +3 -0 ports/net-mgmt/bsnmp-ucd/distinfo (new) 1.1 +6 -0 ports/net-mgmt/bsnmp-ucd/pkg-descr (new) 1.1 +5 -0 ports/net-mgmt/bsnmp-ucd/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with changes which discussed via email. Thanks!