Hi there, Trying to setup Zabbix 6.0 with Proxy on Ubuntu 20.04 Focal. Desperately need help and I will be extremely appreciative.
Zabbix itself is up fine, but when I go to Import database schema, It looks like i'm missing the Proxy Schema.sql.gz
I do have a proxy.sql under /usr/share/doc/zabbix-sql-scripts/mysql/proxy.sql and I'm going to assume it might be this I need to import it over into mysql in the zabbix_proxy database I made for it to work properly? Or is this the incorrect sql for the proxy?
Putting it in an AWS instance to test set this up, if I blow it up ill just restart.
Gonna give it a go with Source /usr/share/doc/zabbix-sql-scripts/mysql/proxy.sql to import the SQL. Hopefully thats what I was looking for
EDIT:
A Slight update, I went ahead and ran the import, Looks like Zabbix proxy Service is started and running. I have changed the Proxy listen port to 10055 as I am running the Proxy + Zabbix Server on the same box. Got a new problem now, Looking at logs it's giving me "cannot Send proxy data to server at "127.0.0.1". Proxy "zabbix_proxy" not found.
I've attempted to go into the Zabbix Web GUI and add zabbix_proxy and 127.0.0.1 as the proxy host to configure it locally. Do I need to replace the 127.0.0.1 in my proxy .conf file to my Public IP?
I am attaching a screenshot of the Proxy log. Ended up crashing my box, trying to restart it and then I will get my proxy .conf and upload the config for that

Zabbix itself is up fine, but when I go to Import database schema, It looks like i'm missing the Proxy Schema.sql.gz
I do have a proxy.sql under /usr/share/doc/zabbix-sql-scripts/mysql/proxy.sql and I'm going to assume it might be this I need to import it over into mysql in the zabbix_proxy database I made for it to work properly? Or is this the incorrect sql for the proxy?
Putting it in an AWS instance to test set this up, if I blow it up ill just restart.
Gonna give it a go with Source /usr/share/doc/zabbix-sql-scripts/mysql/proxy.sql to import the SQL. Hopefully thats what I was looking for
EDIT:
A Slight update, I went ahead and ran the import, Looks like Zabbix proxy Service is started and running. I have changed the Proxy listen port to 10055 as I am running the Proxy + Zabbix Server on the same box. Got a new problem now, Looking at logs it's giving me "cannot Send proxy data to server at "127.0.0.1". Proxy "zabbix_proxy" not found.
I've attempted to go into the Zabbix Web GUI and add zabbix_proxy and 127.0.0.1 as the proxy host to configure it locally. Do I need to replace the 127.0.0.1 in my proxy .conf file to my Public IP?
I am attaching a screenshot of the Proxy log. Ended up crashing my box, trying to restart it and then I will get my proxy .conf and upload the config for that
Comment