How would I like it to work? A standard hierarchical processing flow with basic logic.
Given the situation I currently have, I want Operations to get all alerts except for a "dead" process, I want those to fail twice before an alert being generated. Code: IF dead_process AND state=Production AND count>2 THEN ALERT_OPS ELSEIF dead_server THEN ALERT_OPS -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=37860#37860 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
