so i found an interesting solution, but with its own issues.
i edited the $ZENHOME/Products/ZenRRD/zenperfsnmp.py and changed the following 
at line 39
from:

Code:
Products.ZenEvents.ZenEventClasses import Perf_Snmp, Status_Snmp


to:

Code:
Products.ZenEvents.ZenEventClasses import Perf_Snmp, Status_Snmp, Ignore



and at line 536
from:

Code:
eventClass=Perf_Snmp,


to:

Code:
eventClass=Ignore,



and then i also edited $ZENHOME/Products/ZenEvents/ZenEventClasses.py  by 
adding a line that reads:

Code:
Ignore = "/Ignore"



So now i don't get any of the alerts, which is great, but i also don't know 
that i realize the impact of these actions fully.  [Laughing]
cue zenoss team's elegant explanation

my other thought is to modify badOid() to not alert where the name (aka 
component) appears to be a subinterface and the oid is that of errors and ucast 
count. while this is a bit more sophisticated, it's still a bit of a hack.




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=18502#18502

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to