Bug 120238 - New port: net-mgmt/bsnmp-ucd
Summary: New port: net-mgmt/bsnmp-ucd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrej Zverev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-03 15:20 UTC by Mikolaj Golub
Modified: 2008-03-04 09:28 UTC (History)
0 users

See Also:


Attachments
file.shar (2.03 KB, text/plain)
2008-02-03 15:20 UTC, Mikolaj Golub
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikolaj Golub 2008-02-03 15:20:00 UTC
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:
Comment 1 Andrej Zverev freebsd_committer freebsd_triage 2008-02-04 21:46:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->az

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-04 09:08:57 UTC
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"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2008-03-04 09:28:11 UTC
State Changed
From-To: open->closed

Committed, with changes which discussed via email. Thanks!