Ad Widget
Collapse
zabbix and bacula: cookbok contribution
Collapse
X
-
-
Problem with /var/log/messages was fixed. There was a mistake in my perl script.
I attach a correct one.Attached FilesComment
-
man zabbix_sender:
EXIT STATUS
The exit status is 0 if the values were sent and all of them were successfully processed by server. If data was sent, but processing of at least one of the values failed, the exit status is 2. If data sending failed, the exit status is 1.
Your fix with "return 0" works, but it's not correct. And I see my python script is not correct too.Comment
Comment