#!/bin/sh
sudo yum makecache fast

# munin
sudo yum install -y munin-node
sudo systemctl enable munin-node
sudo systemctl start munin-node
sudo firewall-cmd --permanent --add-port=4949/tcp
sudo firewall-cmd --reload
echo NB! Remember to set configuration for Munin!

