Dear Zabbix Community,
We are trying to set up a zabbix proxy on a windows machine (unfortunately some customers don't want Linux machines in their network).
I installed Zabbix on a clean windows 10 Pro copy with Windows Subsystem for Linux (WSL).
All great after some tweaking, the proxy service runs and the proxy can be added on a remote test server.
The Proxy comes up and can be reached by the server. However, after adding a test host (soley ICMP) it remains in the Queue indefinitely.
After inspecting the zabbix proxy log I found out that (besides missing a lot of SNMP Mibs (which I fixed thanks to this post)
I found out there was more to be found in the log that could point to why it isn't working.
I tried looking for others with my problem and found this post.
Unfortunately dropping the database and creating a new one didn't work.
Steps I followed:
The last command took a while but after about a minute or so the shell returned with shell>
Then I started the zabbix proxy service and ended up with the same message in my logfile.
Can anyone help me troubleshoot this thing?
Wkr,
Wokkel
We are trying to set up a zabbix proxy on a windows machine (unfortunately some customers don't want Linux machines in their network).
I installed Zabbix on a clean windows 10 Pro copy with Windows Subsystem for Linux (WSL).
All great after some tweaking, the proxy service runs and the proxy can be added on a remote test server.
The Proxy comes up and can be reached by the server. However, after adding a test host (soley ICMP) it remains in the Queue indefinitely.
After inspecting the zabbix proxy log I found out that (besides missing a lot of SNMP Mibs (which I fixed thanks to this post)
I found out there was more to be found in the log that could point to why it isn't working.
Code:
20412:20200414:232158.388 failed to update local proxy configuration copy: unexpected field "items.master_itemid"
Unfortunately dropping the database and creating a new one didn't work.
Steps I followed:
Code:
shell> mysql -uroot -p<root_password> mysql> create database zabbix character set utf8 collate utf8_bin; mysql> grant all privileges on zabbix.* to zabbix@localhost identified by '<password>'; mysql> quit; shell> zcat /usr/share/doc/zabbix-proxy-mysql/schema.sql.gz | mysql -uzabbix -p 'yourpassword'
Then I started the zabbix proxy service and ended up with the same message in my logfile.
Can anyone help me troubleshoot this thing?
Wkr,
Wokkel
Comment