Discussion:
Unable to view graphs for hard disk usage
Apoorv Chincholkar
2012-04-25 07:02:05 UTC
Permalink
Apoorv Chincholkar [http://community.zenoss.org/people/EISEN] created the discussion

"Unable to view graphs for hard disk usage"

To view the discussion, visit: http://community.zenoss.org/message/66057#66057

--------------------------------------------------------------
Hello, I've been facing a strange problem. I want to monitor a remote HDD usage using zenoss. I tried creating a monitoring template for the same and added following data source.

Name:     *Used_hdd*
OID:    *.1.3.6.1.2.1.25.2.3.1.6.2*


Testing this data source against my device generates the following output:
*HOST-RESOURCES-MIB::hrStorageUsed.2 = INTEGER: 6776932*

All I want is to view the graph for the above mentioned data souce. I've created a graph definition and added the corresponding data point in it.
Still I'm unable to see any actual data on the graph. (max, avg and cur shows 'nan').
Loading Image... Loading Image...
Please help resolving this...
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/66057#66057]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
kenhen93
2012-04-25 15:09:17 UTC
Permalink
kenhen93 [http://community.zenoss.org/people/kenhen93] created the discussion

"Re: Unable to view graphs for hard disk usage"

To view the discussion, visit: http://community.zenoss.org/message/66060#66060

--------------------------------------------------------------
What is you run

zensnmpperf run -d <device_name> -v10

What is the output?
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/66060#66060]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
jcurry
2012-04-30 18:33:18 UTC
Permalink
jcurry [http://community.zenoss.org/people/jcurry] created the discussion

"Re: Unable to view graphs for hard disk usage"

To view the discussion, visit: http://community.zenoss.org/message/66165#66165

--------------------------------------------------------------
I think the problem is the OID you have put in your performance template.  Have you put .1.3.6.1.2.1.25.2.3.1.6.2 including the last .2??  If you want to graph hrStorageUsed then the OID is .1.3.6.1.2.1.25.2.3.1.6 - the last .2 in your example is the instance.  There will be one instance for each filesystem ie. the data is a table of values and relates to a COMPONENT of the device.  Leave off the trailing .2 and Zenoss should cope with appending the instance automatically.

You need to be slightly careful with the Test button for a data source.  It will run an snmpwalk, which will work for single and multi instance OIDs whereas the actual mechanism that the template uses is more precise.

Cheers,
Jane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/66165#66165]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...