push
This commit is contained in:
16
modules/monitor.nix
Normal file
16
modules/monitor.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ config, pkgs, device, ... }:
|
||||
|
||||
{
|
||||
services.netdata = {
|
||||
enable = true;
|
||||
|
||||
config = {
|
||||
global = {
|
||||
"memory mode" = "ram";
|
||||
"debug log" = "none";
|
||||
"access log" = "none";
|
||||
"error log" = "syslog";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user