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 stringDefault
[ "munin_stats" ]
Example
declared in: nixos/modules/services/monitoring/munin.nixView source on NixOS/nixpkgs →[ "diskstats" "zfs_usage_*" ]