Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save minhnguyenvan95/64a94ca24f18ede804ddca3921953752 to your computer and use it in GitHub Desktop.

Select an option

Save minhnguyenvan95/64a94ca24f18ede804ddca3921953752 to your computer and use it in GitHub Desktop.
zabbix Error connecting to database alma linux
https://techviewleo.com/how-to-install-zabbix-lts-on-rocky-linux-almalinux/
To allow the zabbix backend to connect to its front end, set SELinux to permissive or disable it:
sudo setenforce 0
sudo sed -i 's/SELINUX=enforcing/SELINUX=permissive/g' /etc/selinux/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment