Hello 

Im trying to correlate these two events in Zenoss “IP service down” and a 
second one “Os process down” my ideia is create a transform rule im the 
classe 
/Events /Status /IpService to verify if the process is running. My goal is up 
scaling the priority if boat the alarmes occurs.

    
For this I have to test the specific process (evt.component) to see if this is 
running or not.

My idea in a kind of pseudo code is to do anything like this:


Code:
if device.osProcessStatus(evt.component) < 1:
        evt.priority = 5



My doubt is how I can confirm the status of a process! 
Any idea?




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

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

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



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

Reply via email to