Anybody ever come across this error message when using zabbix_sender?
Two identical linux servers, Zabbix agent 1-4.4 (statically built), one reports the error, one does not. The open source tool swatch is watching /var/log/messages and if it finds something runs the following line:
/usr/local/bin/zabbix_sender -z zabbix_srv -s `/bin/hostname -s` -k SWATCH -o 101
Running the above command from the shell everything looks fine:
sent: 1; failed: 0; total: 1
...but if swatch runs it:
sent: 0; failed: 1; total: 1
The other server always reports sent: as '1' and both servers do update the key on the server.
Is this something i should be worried about?
Two identical linux servers, Zabbix agent 1-4.4 (statically built), one reports the error, one does not. The open source tool swatch is watching /var/log/messages and if it finds something runs the following line:
/usr/local/bin/zabbix_sender -z zabbix_srv -s `/bin/hostname -s` -k SWATCH -o 101
Running the above command from the shell everything looks fine:
sent: 1; failed: 0; total: 1
...but if swatch runs it:
sent: 0; failed: 1; total: 1
The other server always reports sent: as '1' and both servers do update the key on the server.
Is this something i should be worried about?