1
0
Fork 0

Shura: temporarily disable Netdata until I figure out how to connect it to Dimaga

This commit is contained in:
Aires 2024-08-23 14:49:27 -04:00
parent e49d13d8e8
commit 493e5c3c35
2 changed files with 3 additions and 2 deletions

View file

@ -67,7 +67,8 @@ in
user = config.users.users.aires.name;
};
netdata = {
enable = true;
# FIXME: getting an error "remote node response is not understood, is it Netdata?". Disabling for now
enable = false;
type = "child";
url = config.secrets.services.netdata.url;
auth.apiKey = config.secrets.services.netdata.apiKey;

View file

@ -120,7 +120,7 @@ in
"stream.conf" = pkgs.writeText "stream.conf" ''
[stream]
enabled = yes
destination = ${cfg.url}:SSL
destination = ${cfg.url}:443:SSL
api key = ${cfg.auth.apiKey}
[${cfg.auth.apiKey}]
enabled = yes