netdata orac

This commit is contained in:
death916 2026-01-15 02:57:49 -08:00
parent c4efec156a
commit 0dce8f1ec8

View file

@ -52,12 +52,17 @@
services.netdata = {
enable = true;
user = "root";
config.global = {
"bind to" = "*";
"memory mode" = "ram";
"debug log" = "none";
"access log" = "none";
"error log" = "syslog";
config = {
global = {
"memory mode" = "ram";
"debug log" = "none";
"access log" = "none";
"error log" = "syslog";
};
web = {
"bind to" = "*";
"allow connections from" = "*";
};
};
};
networking.firewall.allowedTCPPorts = [ 19999 ];