Thanks. I'll give that a go. After your reply, I did try and create a FileSystem template based on UCD-SNMP-MIB because that one give the values as returned by df. (I had to add "includeAllDisks 10%" to snmpd.conf.) However, it messes up the figures on the filesystem status pages. So, then I tried overriding the individual template for the filesystem and that gives me a correct graph. ie. showing 100% full. Of course, the status still shows the incorrect value.
It would be nice to be able to override the default FileSystem template with UCD-SNMP-MIB values without messing up the status pages. Would it be sufficient to add the relevant HOST-RESOURCES data sources into the custom template? Here are the values returned by UCD-SNMP-MIB for that filesystem: Code: $ snmpwalk lnxbck1 .1.3.6.1.4.1.2021.9 | grep '\.15' UCD-SNMP-MIB::dskIndex.15 = INTEGER: 15 UCD-SNMP-MIB::dskPath.15 = STRING: /backup1 UCD-SNMP-MIB::dskDevice.15 = STRING: /dev/sda1 UCD-SNMP-MIB::dskMinimum.15 = INTEGER: -1 UCD-SNMP-MIB::dskMinPercent.15 = INTEGER: 5 UCD-SNMP-MIB::dskTotal.15 = INTEGER: 206422036 UCD-SNMP-MIB::dskAvail.15 = INTEGER: 0 UCD-SNMP-MIB::dskUsed.15 = INTEGER: 195940296 UCD-SNMP-MIB::dskPercent.15 = INTEGER: 100 UCD-SNMP-MIB::dskPercentNode.15 = INTEGER: 7 UCD-SNMP-MIB::dskErrorFlag.15 = INTEGER: 1 UCD-SNMP-MIB::dskErrorMsg.15 = STRING: /backup1: less than 5% free (= 100%) $ ------------------------ Peace Crew -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=11609#11609 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
