I would like to use Cacti to check the disk IO parameters on my Windows Servers (Windows 2008 and 2012 Server).
I already have Cacti installed and configured and it is running on CentOS 6.3 server.
It checks health status of many parameters of mentioned servers.
I have found many templates for Cacti, that was build to check disk IO parameters, but none of them works in my case.
I was trying to find the reason of the problems:
Code: Select all
[root@centos]# snmpwalk -v1 -c public 192.168.1.7 .1.3.6.1.4.1.2021.13.15.1.1.1
End of MIB
Code: Select all
[root@centos ~]# snmpget -c public -v2c 192.168.1.7 1.3.6.1.4.1.2021.13.15.1.1.6.1 1.3.6.1.4.1.2021.13.15.1.1.5.1
UCD-DISKIO-MIB::diskIOWrites.1 = No Such Object available on this agent at this OID
UCD-DISKIO-MIB::diskIOReads.1 = No Such Object available on this agent at this OID
http://net-snmp.sourceforge.net/docs/FA ... etimes_not_
there is written that:
Code: Select all
This depends on which MIB modules are supported by the agent you are querying and exactly what you're asking for.
[code]
Does it mean that there is something missed on Windows Server? Can I upgreade SNMP somehow on those machines?
Thank you in advance,