zabbix problem Server Not Running #linux #monitoring #zabbix

zabbix problem Server Not Running #linux #monitoring #zabbix

TechGeniusGuys

1 год назад

6,328 Просмотров

zabbix server is not running information may not be current:
Step-1:
Find log output to get problem
log file location is: /var/log/zabbix/zabbix_server.log
Use following command:

tail -f -n 30 /var/log/zabbix/zabbix_server.log

Step-2:
First Need to find about cache size in zabbix server configuration file
cat /etc/zabbix/zabbix_server.conf | grep CacheSize

step-3:
edit zabbix configuration file to increase cache size
vi /etc/zabbix/zabbix_server
Find CacheSize from this file
Find the line number 410 (It could be vary from version to version)
Uncomment this line and update default value to 512M
I also change all other relelevent cache size to 128M (IT additional changes)


Update update restart zabbix service
systemctl restart zabbix-server

Тэги:

#zabbix #server_Not_Running #problem #zabbix_problem #Error_solve #monitoring #system_monitoring #issue_solve_zabbix #zabbix_monitoring #zabbix_error_solve
Ссылки и html тэги не поддерживаются


Комментарии:

parfeit1
parfeit1 - 18.09.2023 17:52

Thank you. I find out the problem was cachesize and I push to 256 as request and the server stating running
Good job man !

Ответить
Roti Panjabi
Roti Panjabi - 15.08.2023 06:01

I am facing problems when installing zabbix unable to connect to database please help me out

Ответить
Felipe Gomes Silva
Felipe Gomes Silva - 10.07.2023 12:53

Save my day, thanks brother!

Ответить