Skip to content

Installation Guides

William Desportes edited this page May 15, 2021 · 2 revisions

CentOS 6 Quick Start

These installation steps were carried out on CentOS 6.3 x86_64 with the EPEL repositories installed and activated. All dependencies are available as packages through yum:

yum install perl-DBI libdbi-dbd-mysql perl-Module-Pluggable

Install the munin-mysql plugin using the instructions provided in the README. For a default install of Munin, the Makefile needs to have the PLUGIN_DIR set to /usr/share/munin/plugins

Alpine

Run

apk add --no-cache perl-dbi perl-cache-cache perl-ipc-sharelite perl-dbd-mysql
Clone this wiki locally