Hi people,
I need to monitor Astaro disks by snmp using a monitor application. But I can´t get disks information with a snmp query. I currently get memory and cpu information, but no info for disks.
I configured Management -> Snmp with success.
Below is a output from snmpwalk to a Astaro machine:
I get information only about Virtual memory, Memory buffers, Cached memory and Swap space.
# snmpwalk -Os -c mycommunity -v 1 10.1.2.1 hrStorage
hrMemorySize.0 = INTEGER: 2076292 KBytes
hrStorageIndex.1 = INTEGER: 1
hrStorageIndex.3 = INTEGER: 3
hrStorageIndex.6 = INTEGER: 6
hrStorageIndex.7 = INTEGER: 7
hrStorageIndex.10 = INTEGER: 10
hrStorageType.1 = OID: hrStorageRam
hrStorageType.3 = OID: hrStorageVirtualMemory
hrStorageType.6 = OID: hrStorageOther
hrStorageType.7 = OID: hrStorageOther
hrStorageType.10 = OID: hrStorageVirtualMemory
hrStorageDescr.1 = STRING: Physical memory
hrStorageDescr.3 = STRING: Virtual memory
hrStorageDescr.6 = STRING: Memory buffers
hrStorageDescr.7 = STRING: Cached memory
hrStorageDescr.10 = STRING: Swap space
hrStorageAllocationUnits.1 = INTEGER: 1024 Bytes
hrStorageAllocationUnits.3 = INTEGER: 1024 Bytes
hrStorageAllocationUnits.6 = INTEGER: 1024 Bytes
hrStorageAllocationUnits.7 = INTEGER: 1024 Bytes
hrStorageAllocationUnits.10 = INTEGER: 1024 Bytes
hrStorageSize.1 = INTEGER: 2076292
hrStorageSize.3 = INTEGER: 3128540
hrStorageSize.6 = INTEGER: 2076292
hrStorageSize.7 = INTEGER: 461236
hrStorageSize.10 = INTEGER: 1052248
hrStorageUsed.1 = INTEGER: 1970884
hrStorageUsed.3 = INTEGER: 1970976
hrStorageUsed.6 = INTEGER: 52980
hrStorageUsed.7 = INTEGER: 461236
hrStorageUsed.10 = INTEGER: 92
Can you help ?
This thread was automatically locked due to age.