services.netdata.config

NixOS option

netdata.conf configuration as nix attributes. cannot be combined with configText.

type: attribute set of (attribute set)
Default
{ }
Example
global = {
  "debug log" = "syslog";
  "access log" = "syslog";
  "error log" = "syslog";
};
declared in: nixos/modules/services/monitoring/netdata.nixView source on NixOS/nixpkgs →