Ask HN: Best monitoring system?
1–10 of 128 posts
Re: Ask HN: Best monitoring system?
#2Re: Ask HN: Best monitoring system?
#3Re: Ask HN: Best monitoring system?
#4You want metrics from counters you build in your app? (see statsd?)
You want to aggregate and do analysis on logs? (see ELK stack?)
You want to monitor cloud infrastructure (see stackdriver?)
You want to run end to end tests on your application to ensure it's behaving? (see runscope?)
As your application grows, you probably want a blend of tools to see inside your app.
Re: Ask HN: Best monitoring system?
#5My preferred method is Icinga2 (a Nagios clone with better configuration and clustering built-in) with reports coming in via passive NSCA. Toss in Graphite (or I'm warming up to Grafana on Influx) with some ability to write alerts against those reported metrics, and you're as close to ideal as I can come up with.
Of course, that requires a fair bit of up-front knowledge to stand up and operate, but they're so rock solid (and scale like mad) I have a hard time not recommending them.
Re: Ask HN: Best monitoring system?
#6Re: Ask HN: Best monitoring system?
#7Sensu!
Re: Ask HN: Best monitoring system?
#8Can you afford time but not money? Try Sensu or Nagios.
Do you have money and not time? Try datadog.
Like someone else mentioned here, if you're looking to alert off of logs from ELK, try Elastalert.
Re: Ask HN: Best monitoring system?
#9Sensu!
Sorry - accidental down vote while trying to upvote on mobile.
Re: Ask HN: Best monitoring system?
#10Good documentation, UI, many, many plugins and fair pricing (IMO).
(Im not affiliated with in any way other than using their product on a pet project with many moving parts).