services.munin-node.disabledPlugins
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
- <nixpkgs/nixos/modules/services/monitoring/munin.nix>