Hacker News new | ask | show | jobs
by tiffanyh 668 days ago
Q1: Can some ELI5 when you’d use:

- nagios

- Victoria metrics

- monit

- datadog

- prometheus grafana

- etc …

Q2: Also, is there something akin to “SQLite” for monitoring servers. Meaning, simple / tested / reliable tool to use.

Q3: if you ran a small saas business, which simple tool would you use to monitor your servers & services health?

2 comments

Q1:

- Nagios: if it is already set up and covering all requirements in a legacy system.

- Prometheus + Grafana (+ Loki + ...): modern and extensible ecosystem with a unix-philosophy, my default choice of the times.

- Victoria Metrics: up and coming player that combines several features of the promstack into one but is also compatible to be used as part of the mix. Less moving parts and supposedly more performant, but also less accumulated knowledge in forums and the workforce.

- Datadog: if in a team of mainly developers who want good insights out of the box, ootb being the main feature, and if money is of no concern. Complete vendor lock-in and their sales reps will call your private number at 3 am on a sunday if they have it.

- Monit: if im a one man army (RoR on heroku type) who needs some basic monitoring and more importantly supervisor capabilities (e.g. restart service on failure).

Q2. That depends on your requirements (Scale? Logs? UI? Tracing? Environment (e.g. container)?), the less you need the simpler you can go. Some bash, systemd unit files and htop could be all you need.

Q3: I'd go with Prometheus and Grafana, easy enough to get going, extend as needed (features and scale) and hire for.

> Q3: if you ran a small saas business, which simple tool would you use to monitor your servers & services health?

It seems like Datadog is an extremely obvious choice for this?

Unless you have someone you're paying to do devops full time it's almost certainly not worth the time you'll have to invest in setting up any of the open source tools.

At small scales Datadog is fairly cheap and will almost certainly give you everything you need out of the box.