WordPress options status graphs for Munin. Shows the amount of options the WordPress installation has. Requires WP-CLI to be available.
Copy the wp_options
plugin to your Munin plugins directory. You can create symbolic links if the target node has more othan one WordPress site.
Add the following plugin configuration to your plugin-conf.d configs:
[wp_options]
user dave
env.WP_PATH /home/dave/wordpress/
env.WP_NAME "Dave's WordPress Site"
env.WP_PREFIX wp
Always run as the regular constrained PHP user (be it www, apache), do not let the plugin run as munin, root, etc.