Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'strict' resends if any values failed #11

Open
richlv opened this issue Dec 21, 2016 · 3 comments
Open

'strict' resends if any values failed #11

richlv opened this issue Dec 21, 2016 · 3 comments

Comments

@richlv
Copy link
Contributor

richlv commented Dec 21, 2016

if 'strict' is set and at least one value fails with bulk_send (for example, because the trapper item for it does not exist), zabbix::sender tries two more times - and it sends all the values again.
this is probably not very useful (those items are unlikely to appear immediately after sending failed), and it results in 3 values being sent for all the working items.

it might be better to only retry on network connection error, not in cases when zabbix response indicates some failure.

additionally, the documentation does not seem to talk about retries, but i might have missed it :)

@whosgonna
Copy link
Contributor

@richlv, is this the same as issue #7? I provided a patch in 7f80ad1. What version are you using?

@richlv
Copy link
Contributor Author

richlv commented Sep 13, 2018

Oops, indeed - sorry I missed the existing issue, closing this.

@richlv richlv closed this as completed Sep 13, 2018
@whosgonna
Copy link
Contributor

I'm able to reproduce this in v 0.07. Reopening this ticket, and will try to see if i can fix if time permits.

@dominikschulz dominikschulz reopened this Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants