Followed below link for installing Zabbix on AWS Elastic Kubernetes Service (EKS)
However, after installation "zabbix-proxy" pod is crashing. Below is the error log.
846:20240611:133038.628 Starting Zabbix Proxy (active) [zabbix-proxy]. Zabbix 7.2.0alpha1 (revision aab032e).
846:20240611:133038.628 **** Enabled features ****
846:20240611:133038.628 SNMP monitoring: YES
846:20240611:133038.628 IPMI monitoring: YES
846:20240611:133038.629 Web monitoring: YES
846:20240611:133038.629 VMware monitoring: YES
846:20240611:133038.629 ODBC: YES
846:20240611:133038.629 SSH support: YES
846:20240611:133038.629 IPv6 support: YES
846:20240611:133038.629 TLS support: YES
846:20240611:133038.629 **************************
846:20240611:133038.629 using configuration file: /etc/zabbix/zabbix_proxy.conf
846:20240611:133038.630 [Z3005] query failed: [0] no such table: users [select userid from users limit 1]
846:20240611:133038.630 cannot use database "/var/lib/zabbix/db_data/zabbix-proxy.sqlite": database is not a Zabbix database
Any ideas ?
Thank you in advance!
However, after installation "zabbix-proxy" pod is crashing. Below is the error log.
846:20240611:133038.628 Starting Zabbix Proxy (active) [zabbix-proxy]. Zabbix 7.2.0alpha1 (revision aab032e).
846:20240611:133038.628 **** Enabled features ****
846:20240611:133038.628 SNMP monitoring: YES
846:20240611:133038.628 IPMI monitoring: YES
846:20240611:133038.629 Web monitoring: YES
846:20240611:133038.629 VMware monitoring: YES
846:20240611:133038.629 ODBC: YES
846:20240611:133038.629 SSH support: YES
846:20240611:133038.629 IPv6 support: YES
846:20240611:133038.629 TLS support: YES
846:20240611:133038.629 **************************
846:20240611:133038.629 using configuration file: /etc/zabbix/zabbix_proxy.conf
846:20240611:133038.630 [Z3005] query failed: [0] no such table: users [select userid from users limit 1]
846:20240611:133038.630 cannot use database "/var/lib/zabbix/db_data/zabbix-proxy.sqlite": database is not a Zabbix database
Any ideas ?
Thank you in advance!
Comment