Urgent.News

the world's headlines, one feed

Tech

Netdata Cloud vs a Self Hosted Parent Node: The Real Three Year Cost for a Home Server

If you run Netdata on one to three machines at home, the local agent dashboard on port 19999 plus the free Netdata Cloud tier covers almost everything you need, and a paid plan rarely earns its keep across three years. Pay only when you need durable multi node views, alert routing that reaches other people, and role based access you can revoke. Self hosting a Netdata parent node is the cheapest…

The free tier of Netdata Cloud provides a baseline level of functionality for monitoring metrics on one to three machines at home. It includes the local agent dashboard on port 19999, which serves the full dashboard regardless of whether the Netdata Cloud is connected or not. The free tier does not limit the collection frequency, the number of metrics gathered by the agent, or how long the metrics are retained on the local machine's disk.

However, the free tier lacks advanced features such as advanced notification integrations, granular roles, extended alert and event history, and support commitments. These features are only available through paid plans. The free tier also does not provide reachability without a tunnel, as the agent connects to the Cloud server via an outbound connection, allowing remote access without exposing port 19999 or forwarding a port on the router.

Additionally, the free tier does not offer fine-grained separation of roles or extended alert and event history retention.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written; read the original for the full account.

Read the original at dev.to →

More in Tech

The Insecure Default Was the Configuration

I was moving a pile of automation scripts into version control — years of accumulated cron jobs that had only ever existed on one machine — and ran a secret scan before the first commit.

  • Hardcoded API key discovered in automation scripts
  • Default value served as primary configuration
  • Security scanner ineffective at detecting passwords