I'm monitoring SNMP Informant Memory_Commitedbytes counter to see what's being used instead of what's free.
The thing is that on some servers, I end up with negative numbers. So far, I think it an issue with RRD interpretation of the collected data : everything beyond 2^31 is reported as negative numbers. Is there a way to force RRDTools to use unsigned long numbers? I tried to specify RRD Max value to "2^32" or using RPN "1024,/", but the problem remains. ------------------------ S. Gobeil -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=10627#10627 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
