As I suspected, the problem was simple: 1) for total amount of swap we should use "here.os.totalSwap" expression
2) because here.os.totalSwap and memAvailSwap use different units, we should use this expression for min threshold: here.os.totalSwap / 1000 * 0.1 -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=32322#32322 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
