Bug 61659

Summary: Host resources not all available via snmp
Product: [Retired] Red Hat Linux Reporter: James Sheridan <redhat>
Component: ucd-snmpAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2CC: j-mooney, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-04-02 16:07:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description James Sheridan 2002-03-22 17:53:18 UTC
Description of Problem:

In the last few versions (at least) of ucd-snmp it is not possible to get 
complete host resource information with the product as supplied.

Version-Release number of selected component (if applicable):

most recent is 4.2.3-1.7.2.3

How Reproducible:

Very

Steps to Reproduce:
1. snmpwalk <host-running-ucd-snmp> <community> hrStorage

Actual Results:

Partial or no host resource information.

Expected Results:

Full host details should be reported, including disk partition usage 
information.

Additional Information:
	
This is easily fixed by adding an include in the source.  This include 
percolates the mib configuration directives down to the host_resource 
functions.  Without it, they assume they are not configured and do not act as 
expected.

File: host_res.h
Location: agents/mibgroup/
Line: 86

#include "mib_module_config.h"

Comment 1 Phil Knirsch 2002-04-09 12:52:41 UTC
Fixed due to update to latest 4.2.4 version available via rawhide.

Read ya, Phil