I think I know why this issue is happening...

in Products/DataCollector/plugins/zenoss/snmp/HRFileSystemMap.py
you have these values set 
    snmpGetTableMaps = (
        GetTableMap('fsTableOid', '.1.3.6.1.2.1.25.2.3.1',
            {
             '.1': 'snmpindex',
             '.2': 'type',
             '.3': 'mount',
             '.4': 'blockSize',
             '.5': 'totalBlocks',
             }


but you do not get total used or total avail..


Am I reading this incorrectly???

when I click on one of the mounts the only info avail is 
             '.1': 'snmpindex',
             '.2': 'type',
             '.3': 'mount',
             '.4': 'blockSize',
             '.5': 'totalBlocks',
but not the rest.

I'm running this on Redhat 4.4 and centos 4.4 on silicon mechanic 1u
servers.

shouldnt matter what type of machine I'm using. (but just incase)
If I can just add those fields that would be lovely but I dont want to
ruin my setup if I mess up.

If someone can give me a quick fix it would be greatly appreciated.
I've been working on this product for the past 4 days straight and if I
can not get this done by next week monday, my boss will make us continue
to use nagios or look for another alternative and I do not want to as I
think your software rocks.
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to