I am putting together a notification filter should will NOT notify if the summary contains "a string" or "some other string". The SQL string that Zenoss uses has does not have the correct logic it. Zenoss is using
(summary NOT LIKE '%a string%' OR summary NOT LIKE '%some other string%') the correct syntax should be (summary NOT LIKE '%a string%' AND summary NOT LIKE '%some other string%') I will submit a bug for this but in the mean time has anyone found a way around this? -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=23502#23502 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
