beanfield wrote: > > paul wrote: > > I've got the same problem, the used/avail figures were reversed in the os > > tab but the rrd utilisation graph was correct. > > > > (I'm using the Netapp simulator version 7.2.5) > > > > I've reversed the figures output from check_netapp so the os tab appears > > correctly, but now the rrd graph is reversed i.e. showing 90% utilised when > > it should be 10% > > > > Anyone know whats going on or how to fix it ? > > > > As this is for our main Netapp storage it would be nice to get it working > > correctly. > > > > BTW I've changed the NetAppFileSystemMap.py to get all the Netapp volumes > > listed in the os tab i.e. including snap reserve (.snapshot) and aggr0 > > > When you manually run the check_netapp script does it output totalBlocks, > usedBlocks, and availBlocks correctly?
It was outputing the correct values when run manually, I've changed the print statement at the end of check_netapp to reverse them e.g. |totalBlocks=838864 usedBlocks=736056 availBlocks=102808 so the used space is really 102808 and avail is 736056, this now shows correctly in the os tab columns, but incorrectly in the rrd graph ! -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=28469#28469 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
