gflarity / nervous

Nervous provides the building blocks for a Node.js based monitoring system.
MIT License
71 stars 4 forks source link

similar projects #11

Open Dieterbe opened 12 years ago

Dieterbe commented 12 years ago

your manifesto reads:

But I've yet to find satisfactory solution to the problem of easily gathering arbitrary hardware, operating system and application data to feed Graphite

it seems like this is a comparable node.js project, but which has more plugins: https://github.com/coredump/hoardd

personally I use this though https://github.com/BrightcoveOS/Diamond, it's in python, has a whole bunch of plugins, comes with packaging sources and has outstanding documentation

gflarity commented 12 years ago

Thanks for the info. I'll add a similar project list. I personally I don't find the hoardd design satisfactory, and I'd be surprised is Diamond would meet my long term goals. However I'm glad to see there's more options becoming available.

vmadman commented 9 years ago

Having a disgust for CoffeeScript, I am going to agree on your Hoardd design statement. I'm also not keen Python... so, I think you're doing a good thing here.

Right now we use Sensu, which is ok I guess, but I'm definitely wanting to get all of our systems stuff moved over to Node.

I'll definitely be giving Nervous a closer look as soon as I'm able, keep up the good work.