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
.
Declarations
Type
list of path
Default
[ ]
Example
[
/src/munin-contrib/plugins/zfs
/src/munin-contrib/plugins/ssh
];