Netdata + NixOS and Netdata cloud 💗

2 Likes

I added a paragraph to self host using Netdata streaming feature to gather Netdata instances metrics into a single one

Thanks for another great article. After I read your article I decided I’m going to give netdata a try.

1 Like

I’m interested in some feedback if you like it, or not :slight_smile:

Onboarding my nix nodes into my netdata.cloud account worked like a charm. Thank you!
I’m also interested in a self-hosted solution. Does this work well for you, @Solene ?

I’m happy with victoria metrics to hold the data, grafana to display, and whatever is used (collectd for some really low end hardware) to collect and send data :+1:

1 Like

Hi, with 1.4.3 pkgs in nixos, you need :

    services.netdata = {
     enable = true;
	 package = pkgs.netdata.override {
 		withCloud = true;
 	 };

in order to enable cloud.

You can use netdataCloud, this sparked because netdata changed their licensing for the “cloud” dashboard to a nonfree one.