fabricio wrote: > > if evt.count >= 3: > evt.severity = 5 > > I put this by /Events /Status /Ping > > what's the problem?
Quick side-note: Since Python is space-sensitive and the forums are not, it's sometimes difficult to tell if there are spacing issues in the event. Looking at the raw text seems to show that it's okay, though. There is a 'code' button in the forum interface that makes this type of thing easier to see, btw. There are a couple of things to sanity check: * does the mapping that you've created match the event that's coming in? For instance, the dedupid field must match for all fields in that list for a duplicate to be detected and the evt.count field to be updated. (Attaching a zensendevent command makes it much easier to reproduce the issue and verify things.) * Have you checked the 'Sequence' tab in your mapping to make sure that your mapping is the lowest-numbered (eg 0) mapping in the list? Assuming that the above doesn't help, posting a zensendevent sample command that matches your event would be appreciated. kells -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=26908#26908 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
