Hi,
I'm using zabbix 2.0.2-1
I have a central git server which all my hosts commit to.
I'd like to use zabbix_sender to send success/failure results to my zabbix server on behalf of these hosts from my central git server.
So....
When my git server receives a git commit from the host it then uses zabbix_sender to send the result (0=failure 1=succcess)
The command I am using is:
zabbix_sender -z my.zabbix.server -s the.host.in.question -k my.key -o 1 -vv
When run from the.host.in.question it is successfull, however when run from my git server it fails.
In the items "Allowed Hosts" I have tried both the git servers IP and nothing but it still fails.
Also, regardless of the result, nothing shows in my zabbix log file.
Are you even able to send via zabbix_sender from another host?
Thanks in advance
Stephen
I'm using zabbix 2.0.2-1
I have a central git server which all my hosts commit to.
I'd like to use zabbix_sender to send success/failure results to my zabbix server on behalf of these hosts from my central git server.
So....
When my git server receives a git commit from the host it then uses zabbix_sender to send the result (0=failure 1=succcess)
The command I am using is:
zabbix_sender -z my.zabbix.server -s the.host.in.question -k my.key -o 1 -vv
When run from the.host.in.question it is successfull, however when run from my git server it fails.
In the items "Allowed Hosts" I have tried both the git servers IP and nothing but it still fails.
Also, regardless of the result, nothing shows in my zabbix log file.
Are you even able to send via zabbix_sender from another host?
Thanks in advance
Stephen
Comment