services.munin-node.disabledPlugins

NixOS option

Munin plugins to disable, even if munin-node-configure --suggest tries to enable them. To disable a wildcard plugin, use an actual wildcard, as in the example. munin_stats is disabled by default as it tries to read /var/log/munin/munin-update.log for timing information, and the NixOS build of Munin does not write this file.

type: list of string
Default
[
  "munin_stats"
]
Example
[
  "diskstats"
  "zfs_usage_*"
]
declared in: nixos/modules/services/monitoring/munin.nixView source on NixOS/nixpkgs →