Description:
In the quickstart guide for Zabbix on Rocky Linux the instructions are lacking. Since the guide aims to be for those who are just starting with zabbix, there should be an additional code block instructing how to install and enable mysql under c. Create initial database like so:
dnf install mysql-server systemctl enable --now mysqld
This should decrease the new user friction.
Also in the same guide you should use zabbix-agent2 instead of zabbix-agent. This will get rid of an annoying memory usage warning in LXC containers
Result:
No instructions on how to create and start up mysql
The instructions use zabbix-agent instead of zabbix-agent2
Expected:
Short codeblock for mysql
Use zabbix-agent2