Discussion:
Is there any way to monitor DISK IO in zenoss?
george zhao
2012-12-03 01:01:03 UTC
Permalink
george zhao [http://community.zenoss.org/people/justplay] created the discussion

"Is there any way to monitor DISK IO in zenoss?"

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

--------------------------------------------------------------
Is there any way to monitor DISK IO in zenoss?
--------------------------------------------------------------

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

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]
alex0cy
2012-12-03 10:25:18 UTC
Permalink
alex0cy [http://community.zenoss.org/people/alex0cy] created the discussion

"Re: Is there any way to monitor DISK IO in zenoss?"

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

--------------------------------------------------------------
Yes, first you shall add zenoss.snmp.UCDHardDiskMap modeler plugin to the device or class of devices you want to monitor disk I/O. This plugin will find out physical harddisks and add them to device in Zenoss as HardDiskcomponent..

Secondly you shall create or modify monitoring template named HardDisk. Just add the following:
diskIOReads .1.3.6.1.4.1.2021.13.15.1.1.5
diskIOWrites .1.3.6.1.4.1.2021.13.15.1.1.6
as snmp data source in this component.

If you wish you can also add thresholds and/or graphs for these variables.

You may also check ucdDiskIOMIB MIB object http://net-snmp.sourceforge.net/docs/mibs/ucdDiskIOMIB.html http://net-snmp.sourceforge.net/docs/mibs/ucdDiskIOMIB.html and see any additional variables you want to monitor.

Note, that this solution will work under Linux with net-snmp package. If you need data for different OS you shall search for correct OIDs.
--------------------------------------------------------------

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

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...