Scroll to navigation

Munin(3pm) User Contributed Perl Documentation Munin(3pm)

NAME

Munin - Module to keep track of Munin install information.

DESCRIPTION

This module contains package variables for locating the configuration files used by Munin.

SYNOPSIS

From perl use Munin

    printf "MUNIN_CONF='%s'\n", Munin::munin_conf;
    printf "MUNIN_NODE_CONF='%s'\n", Munin::munin_node_conf;

From shell

    munin_conf=$(perl -MMunin -e 'print $Munin::munin_conf')

LICENSE

GPL v2 or later

2022-02-10 perl v5.34.0