Enable web monitoring from Zabix other ports
as root run setsebool -P zabbix_can_network on
as root run setsebool -P zabbix_can_network on
Go to 204 Go to the App Passwords section and create Other app Generate a new password Use this password in Zabbix Media type setup instead of your usual password Configure email on Zabbix side Media type Configure Actions Configure Operations…
Before Zabbix install mysqld and configure firewall Install Zabbix Start mysqld systemctl start mysqldmysql -uroot -pzcat | mysql -uzabbix -p zabbix Enable port 10051 # systemctl start firewalld # firewall-cmd –add-service={http,https} –permanent success # firewall-cmd –add-port={10051/tcp,10050/tcp} –permanent success #…