Zabbix and selinux
Using Zabbix I am monitoring MySQL instance data. To allow the Zabbix agent to connect MySQL and run MySQL command we need to add an exception for SELinux rules. module zabbix_agent_mysql 1.0; require { type mysqld_t; type mysqld_etc_t; type zabbix_agent_t; Read More