Thanks for the quick reply mray! I've managed to get the output showing correctly, this gives huge bonus points to us implementing Zenoss over other Network Management Systems.
One thing I'd like to point out is a small error with the written documentation found here "http://www.zenoss.com/community/docs/zenoss-guide/2.2.3/ch11s14.html", Step5 of 14.2 contains the code to output a 'Clear Command', there is actually 2 double quotations instead of 1 closing the statement, causing Zenoss to throw errors. Perhaps this could be tidied up? echo "${evt/evid} ${evt/clearid} ${dev/id} ${evt/message}"" >> /tmp/cmdoutput should read echo "${evt/evid} ${evt/clearid} ${dev/id} ${evt/message}" >> /tmp/cmdoutput -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=23533#23533 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
