I graphed disk usage in cacti 0.8.7b but Total Disk Space cant get correct data from snmp.(attached graph)
I check snmpwalk. I get following data.
I guess scripts/ss_host_disk.php need fix.HOST-RESOURCES-MIB::hrStorageDescr.1 = STRING: C:\ Label: Serial Number aaaaaaaa
HOST-RESOURCES-MIB::hrStorageDescr.2 = STRING: D:\
HOST-RESOURCES-MIB::hrStorageDescr.3 = STRING: E:\ Label: Serial Number ccccccccc
HOST-RESOURCES-MIB::hrStorageDescr.4 = STRING: F:\ Label: Serial Number bbbbbbbb
HOST-RESOURCES-MIB::hrStorageAllocationUnits.1 = INTEGER: 4096 Bytes
HOST-RESOURCES-MIB::hrStorageAllocationUnits.2 = INTEGER: 0 Bytes
HOST-RESOURCES-MIB::hrStorageAllocationUnits.3 = INTEGER: 4096 Bytes
HOST-RESOURCES-MIB::hrStorageAllocationUnits.4 = INTEGER: 4096 Bytes
HOST-RESOURCES-MIB::hrStorageSize.1 = INTEGER: 7865817
HOST-RESOURCES-MIB::hrStorageSize.2 = INTEGER: 0
HOST-RESOURCES-MIB::hrStorageSize.3 = INTEGER: 114190019
HOST-RESOURCES-MIB::hrStorageSize.4 = INTEGER: -876942081
I search this forum and bug report site , but I cant find patch relate this things.
anyone fixed it?