Just to point out, if you go to Event Manager -> Commands, you can specify 
commands for Zenoss to run when events are received (and set filters so that 
the command only runs for events that meet certain requirements).

Here is an example of us passing information to a script that we use to create 
tickets in our ticketing system:

create_ticket.pl -autonotify -customer 'cust-00025' -device '${dev/id}' 
-deviceIP '${dev/manageIp}' -collector `hostname -f` -first '${evt/firstTime}' 
-last '${evt/lastTime}' -count '${evt/count}' -summary '${evt/summary}' 
-noteTitle 'System Monitor Error' -note '${evt/message}' -severity 
'${evt/severity}' -group '${evt/DeviceGroups}' -impact '${evt/DevicePriority}' 
-component '${evt/component}' -queue 'Front Line'

You could use some of these values and pass them to any type of command which 
would then send out an sms based on the values.




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

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

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



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

Reply via email to