/san1 Graph displays just displays the free disk space
/san2 Graph displays unknown things, ok it looks like a diskspace graph but this is not a continuous report of the correct data.
it never reports the correct data.
here what cacti should display in the graphs
Code: Select all
# df -h |grep san
/dev/cvfsctl1_san1 3.5T 2.8T 622G 83% /san1
/dev/cvfsctl2_san2 13T 2.4T 11T 19% /san2
Code: Select all
[root@ethbridge ~]# cat snmpwalk |grep hrStorage |grep '.14 ='
HOST-RESOURCES-MIB::hrStorageIndex.14 = INTEGER: 14
HOST-RESOURCES-MIB::hrStorageType.14 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk
HOST-RESOURCES-MIB::hrStorageDescr.14 = STRING: /san1
HOST-RESOURCES-MIB::hrStorageAllocationUnits.14 = INTEGER: 8192 Bytes
HOST-RESOURCES-MIB::hrStorageSize.14 = INTEGER: 457157952
HOST-RESOURCES-MIB::hrStorageUsed.14 = INTEGER: 372840630
Code: Select all
HOST-RESOURCES-MIB::hrStorageIndex.16 = INTEGER: 16
HOST-RESOURCES-MIB::hrStorageType.16 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk
HOST-RESOURCES-MIB::hrStorageDescr.16 = STRING: /san2
HOST-RESOURCES-MIB::hrStorageAllocationUnits.16 = INTEGER: 8192 Bytes
HOST-RESOURCES-MIB::hrStorageSize.16 = INTEGER: 1708706048
HOST-RESOURCES-MIB::hrStorageUsed.16 = INTEGER: 317162913
Code: Select all
]# mount |grep san
/dev/cvfsctl1_san1 on /san1 type cvfs (rw,sparse=yes)
/dev/cvfsctl2_san2 on /san2 type cvfs (rw,sparse=yes)
the monitored system:
Linux 2.6.9-55.0.6.ELsmp #1 SMP Thu Aug 23 11:13:21 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
Cactilog is emty about that
someone has a clue how to get continuously the correct data ?