Hi,
I am trying to write a Zabbix agent in JAVA that can run on z/OS. However when testing it with zabbix_get I get an error message:
zabbix_get [21238]: Check access restrictions in Zabbix agent configuration
I know that a standard zabbix-agent has the IP-adress of the allowed Zabbix Server in its configuration. However my prototype has no check on connecting, it allows any program to connect at the moment. Is the check done from the side of the zabbix-get on connecting?
If yes, how is this check performed?
Any tips welcome!
Kind regards
Allard
I am trying to write a Zabbix agent in JAVA that can run on z/OS. However when testing it with zabbix_get I get an error message:
zabbix_get [21238]: Check access restrictions in Zabbix agent configuration
I know that a standard zabbix-agent has the IP-adress of the allowed Zabbix Server in its configuration. However my prototype has no check on connecting, it allows any program to connect at the moment. Is the check done from the side of the zabbix-get on connecting?
If yes, how is this check performed?
Any tips welcome!
Kind regards
Allard
Comment