Вышел релиз 5.4.1, там исправлена такая ошибка (ссылка: ZBX-19398).
Как раз "затык" на проксе, использующей sqlite. Это не ваш случай?
Как раз "затык" на проксе, использующей sqlite. Это не ваш случай?
### Option: Server # If ProxyMode is set to active mode: # IP address or DNS name of Zabbix server to get configuration data from and send data to. # If ProxyMode is set to passive mode: # List of comma delimited IP addresses, optionally in CIDR notation, or DNS names of Zabbix server. # Incoming connections will be accepted only from the addresses listed here. # If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally # and '::/0' will allow any IPv4 or IPv6 address. # '0.0.0.0/0' can be used to allow any IPv4 address. # Example: Server=127.0.0.1,192.168.1.0/24,::1,2001:db8::/32,zabbix.example.com
Comment