Ask HN: What process monitoring solutions do you use?
I'm looking for something like Cloudkick/Exceptional but for process monitoring rather than server/webapp monitoring.
I have multiple programs/scripts running that are not webapps that need to be monitored for any sort of failures or just to make sure they're doing what they're supposed to be doing.
Some sort of monitoring of stdout or communication over AMQP with a web interface would be ideal.
Hopefully I've described what I want correctly. Does anything like this exist?
Thanks HN
2 comments
[ 2.3 ms ] story [ 15.8 ms ] threadIt's a state aggregator with an HTML dashboard, email alerts, state combiner, and more. Outputs to graphite, highly extensible, simple wire protocol. Makes it easy to monitor the thousands of services we have at Showyou. See http://aphyr.com/data/journals/215/presentation.pdf.
There's probably something more elegant but it's working well and it's a negligible amount of code to put messages in or pull them out to display.