Munin::Plugin::Framwork(3) Framework for Munin Perl plugins

SYNOPSIS

This module is designed to implement the basic interface of a Munin plugin, so that the plugin itself only has to describe what data to output, instead of having to remember Munin's syntax as well as all possible expanded functionalities.

DEBUGGING

Additional debugging messages can be enabled by setting $Munin::Plugin::Framework::DEBUG, $Munin::Plugin::DEBUG, or by exporting the "MUNIN_DEBUG" environment variable before running the plugin (by passing the "--pidebug" option to "munin-run", for instance).