munin on Centos 7

hci

Verified User
Joined
Jun 15, 2004
Messages
372
Has anyone installed munin(munin-monitoring.org) on Centos 7 running Directadmin? Any issues or conflicts? I believe it's in epel repo so I think it would be fairly easy to do. Is there a how too anywhere?
 
Hello,

Running CentOS 6, 7 with and without munin... without issues. Epel is fine here, I don't recall any recent rpm versions conflicts with Epel.
 
Install the EPEL repository:

yum install epel-release

Then, install Munin using the below command:

yum install munin munin-node
 
Back
Top