Questions and Answers Updated
2026/2027 Version | Verified Answers
1. What is the recommended debug level for a production environment? -
ANSWER ✅ 3 - Warning
2. What is required if you change the log level in the config file? - ANSWER
✅ Server restart
3. How do you increase the log level using runtime controls? - ANSWER ✅
zabbix_server -R log_level_increase
4. What is the command to install MySQL on a Zabbix server? - ANSWER ✅
dnf -y install mysql-community-server
5. What is the command to create the database on MySQL? - ANSWER ✅
create database zabbix character set utf8mb4 collate utf8mb4_bin;
6. What is the command to edit the zabbix config file? - ANSWER ✅ nano
/etc/zabbix/zabbix_server.conf
7. What is the command to enable the Zabbix server service and have it start
on every boot? - ANSWER ✅ Systemctl enable zabbix-server —now
, 8. Where is the Zabbix log file located? - ANSWER ✅
/var/log/zabbix/zabbix_server.log
9. What is the minimum version of PHP supported? - ANSWER ✅ 7.2.5. 8.x
supported since Zabbix 6.0.6
10.Name two of each for the database engine and web server package? -
ANSWER ✅ Database: zabbix-web-mysql, zabbix-web-postgresql. Web:
zabbix-apache-conf, zabbix-nginx-conf
11.What does Zabbix use by default on RHEL on the frontend? - ANSWER ✅
Php-fpm (FastCGI Process Manager)
12.What is the minimum supported screen width for Zabbix frontend? -
ANSWER ✅ 1200px
13.What must you do if one of the frontend prerequisites is not met? -
ANSWER ✅ Fix the problem and restart php-fpm service
14.What are the four built in themes that Zabbix offers? - ANSWER ✅ Blue.
Dark. High contrast light. High contrast dark.
15.What file contains the frontend settings? - ANSWER ✅
/etc/zabbix/web/zabbix.conf.php
16.How do you install Zabbix frontend from the command line? - ANSWER
✅ dnf -y install zabbix-web-mysql (or zabbix-web-postgresql) zabbix-
apache-conf (or zabbix-nginx-conf)