Upgrading munin on CentOS/RHEL/Scientific Linux using the rpm from EPEL repositories results in an empty plugin list on the nodes:
ls -al /etc/munin/plugins/ |
easy fix:
munin-node-configure --suggest --shell | sh ; service munin-node restart |
to verify what was detected just run:
ls -al /etc/munin/plugins/ |