services.munin-node.extraAutoPlugins
NixOS option
Additional Munin plugins to autoconfigure, using munin-node-configure --suggest. These should be the actual paths to the plugin files (or directories containing them), not just their names. If you want to manually enable individual plugins instead, use services.munin-node.extraPlugins. Note that only plugins that have the ‘autoconfig’ capability will do anything if listed here, since plugins that cannot autoconfigure won’t be automatically enabled by munin-node-configure. Plugins will be copied into the Nix store, and it will attempt to modify them to run properly by fixing hardcoded references to /bin, /usr/bin, /sbin, and /usr/sbin.
type: list of absolute pathDefault
[ ]
Example
declared in: nixos/modules/services/monitoring/munin.nixView source on NixOS/nixpkgs →[ /src/munin-contrib/plugins/zfs /src/munin-contrib/plugins/ssh ];