Bug 144200 - net-mgmt/net-snmp: Empty hrStorageTable in snmpd when "skipNFSInHostResources 1" is set
Summary: net-mgmt/net-snmp: Empty hrStorageTable in snmpd when "skipNFSInHostResources...
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: Sylvio Cesar Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-22 08:20 UTC by Chris van der Wel
Modified: 2010-05-01 02:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris van der Wel 2010-02-22 08:20:02 UTC
When the option "skipNFSInHostResources 1" is added to snmpd.conf, not only NFS mounts are skipped but also local disks and memory don't show up in the MIB table anymore.

Fix: 

http://sourceforge.net/tracker/index.php?func=detail&aid=2119725&group_id=12694&atid=312694
How-To-Repeat: Start snmpd with option "skipNFSInHostResources 1" in snmpd.conf, mount a NFS filesystem and do an snmpwalk.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-02-23 10:10:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

Fix synopsis and assign.
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-04-04 20:56:23 UTC
Responsible Changed
From-To: pgollucci->freebsd-ports-bugs

back to the pool
Comment 3 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-04-28 01:42:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-05-01 02:39:02 UTC
sylvio      2010-05-01 01:38:48 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/net-snmp    Makefile 
  Added files:
    net-mgmt/net-snmp/files patch-agent_mibgroup_host_hr_storage.c 
  Log:
  - Fix problem of empty hrStorageTable when skipNFSInHostResources is set to 1
  - BUMP PORTREVISION
  
  PR:             ports/144200
  Submitted by:   Chris van der Wel <chris@argeweb.nl>
  
  Revision  Changes    Path
  1.178     +1 -1      ports/net-mgmt/net-snmp/Makefile
  1.1       +21 -0     ports/net-mgmt/net-snmp/files/patch-agent_mibgroup_host_hr_storage.c (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 5 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-05-01 02:39:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!