====== Instalação Grafana ====== dnf install -y dnf-utils zip unzip tar gzip git vim bash-completion open-vm-tools cat < dnf update dnf search grafana dnf -y install grafana systemctl enable --now grafana-server.service firewall-cmd --permanent --add-rich-rule='rule family=ipv6 forward-port to-port=3000 protocol=tcp port=80' firewall-cmd --reload firewall-cmd --list-all