Desafio CentOS 8 - Instalação Zabbix 6.4.4 e Grafana 10.0.1
Desafio CentOS 8 - Instalação Zabbix 6.4.4 e Grafana 10.0.1
Desafio CentOS 8 - Instalação Zabbix 6.4.4 e Grafana 10.0.1
4 – Plano de Implementação1
http://ftp.unicamp.br/pub/centos/8/isos/x86_64/
cd /etc/yum.repos.d/
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g'
/etc/yum.repos.d/CentOS-*
3) Configuração do Selinux
cat /etc/selinux/config
Obs.: Se estiver em modo permissive não precisa alterar (Necessário apenas se estiver como
enforcing )
6) Configuração do Zabbix-DB
9) Liberações no Firewall
firewall-cmd --permanent --add-service=http
firewall-cmd --permanent --add-service=https
firewall-cmd --zone=public --permanent --add-port 3000/tcp
success
firewall-cmd --reload
a) Reiniciar os Serviços
systemctl restart zabbix-server zabbix-agent httpd php-fpm
INSTALAÇÃO DO GRAFANA
https://grafana.com/grafana/download/7.1.5?pg=oss-graf&plcmt=hero-btn-1&edition=oss
Grafana 10.0.1 e Zabbix 6.4.4 – Plano de Implementação5
16) Configurar Serviço do Grafana para iniciar junto com o Sistema Operacional
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource
systemctl restart grafana-server
grafana-cli plugins ls
UPGRADE GRAFANA
use zabbix;
SET GLOBAL log_bin_trust_function_creators = 1;
exit;
php -v
mysql -uroot -p
SET GLOBAL log_bin_trust_function_creators = 1;
use zabbix;
SET GLOBAL log_bin_trust_function_creators = 1;
quit;
Grafana 10.0.1 e Zabbix 6.4.4 – Plano de Implementação20
Referências:
https://www.zabbix.com/download?
zabbix=6.0&os_distribution=centos&os_version=8&components=server_frontend_age
nt&db=mysql&ws=apache
https://grafana.com/docs/grafana/latest/setup-grafana/installation/redhat-rhel-fedora/
Grafana 10.0.1 e Zabbix 6.4.4 – Plano de Implementação21
https://grafana.com/grafana/plugins/alexanderzobnin-zabbix-app/
https://alexanderzobnin.github.io/grafana-zabbix/installation/
https://www.zabbix.com/documentation/current/en/manual/installation/
upgrade_notes_640
https://www.zabbix.com/documentation/current/en/manual/installation/upgrade
https://computingforgeeks.com/how-to-install-php-7-4-on-centos-rhel-8/
https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0092068
https://www.zabbix.com/documentation/current/en/manual/installation/upgrade/
packages/rhel
https://repo.zabbix.com/zabbix/6.4/rhel/8/x86_64/