We have built a system that does time-series analysis on real-time streaming data. We would now like to be able to push events from monitoring solutions into our system. We have figured out how to get Nagios to push the data into our system from Push monitoring data from Nagios/Zenoss to another system and now would like to do the same with Zenoss version 2.5.2.
- We have looked at Zenpacks and realize that they are a means to extend the systems monitoring capability (monitor new devices, services etc).
- We have looked at the source code and understood that serveral daemons use the CollectorDaemon to write data into RRD files. As much as possible we do not want to modify the source code. We also don't want to poll the rrd files for changes, because events would be written at varying intervals and that would potentially conflict with our polling.
Basically, we want to a hook into Zenoss system such that we capture and send events (monitoring and event data), to our listener, as soon as possible
Thank you.