I'm using this for my SMS system. But let's dig into this stuff.
Just add 2 event commands: - One for sending critical events and sending the recovery - One just for sending acknowledges This is the first: [Image: http://www.zenoss.com/Members/netdata/critical-event-command.jpg ] This one will call some scripts and recall this scripts every 1800 seconds = 30 minutes, so we get an sms every 30 minutes If the events get moved to the history a recovery sms is send Now here is the part about the ack [img] http://www.zenoss.com/Members/netdata/acknowledge-event-command.jpg[/img] The nice thing about this is that once an event get acknowledge I stop receiving sms messages every 30 minutes Now how to get comment added to that event ? I think you should be able to include that like this: "${evt/component}" Ofcourse this is for the component of the event, but I'm sure you can do it also for the log.... -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=31494#31494 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
