Shura: temporarily disable Netdata until I figure out how to connect it to Dimaga
This commit is contained in:
parent
e49d13d8e8
commit
493e5c3c35
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue