What I've done - was just a dump from local MySQL instance to external server.
I've made changes in zabbix_server.conf to reflect database move to external server and it works - in zabbix server log I see that checks are going fine - it even sent me notifications via e-mail and teams.
The problem seems to be only on the frontend.
I've checked from zabbix server connection to database via command line - it works:
No errors on nginx.log
No errors on php-fpm log
Not sure what else I can check.
I've made changes in zabbix_server.conf to reflect database move to external server and it works - in zabbix server log I see that checks are going fine - it even sent me notifications via e-mail and teams.
The problem seems to be only on the frontend.
I've checked from zabbix server connection to database via command line - it works:
Code:
@zabbix7:~$ mysql -h 10.1.128.110 -u zabbix -p mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 174330 Server version: 11.7.2-MariaDB-ubu2404 mariadb.org binary distribution Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | zabbix | +--------------------+ 2 rows in set (0.003 sec) MariaDB [(none)]> quit; Bye
Code:
zabbix7:~# zabbix_server -V zabbix_server (Zabbix) 7.2.4 Revision c34078a4563 25 February 2025, compilation time: Feb 25 2025 07:46:29
No errors on php-fpm log
Not sure what else I can check.
Comment