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

ipmi_sensor - configurable timeout? #1565

Closed
JimtotheB opened this issue Aug 1, 2016 · 2 comments
Closed

ipmi_sensor - configurable timeout? #1565

JimtotheB opened this issue Aug 1, 2016 · 2 comments
Milestone

Comments

@JimtotheB
Copy link

JimtotheB commented Aug 1, 2016

Tons and tons of these, command fails more often than it works, at least with a dozen or so ipmi hosts.

2016/08/01 04:13:35 ERROR in input [ipmi_sensor]: run /usr/bin/ipmitool ipmitool -H esxi0-idrac.jostle.pw -U ****** -P ****** -I lanplus sdr:  (Command timed out.)
2016/08/01 04:13:35 ERROR in input [ipmi_sensor]: run /usr/bin/ipmitool ipmitool -H esxi3-idrac.jostle.pw -U ****** -P ****** -I lanplus sdr:  (Command timed out.)
2016/08/01 04:13:35 ERROR in input [ipmi_sensor]: run /usr/bin/ipmitool ipmitool -H esxi4-idrac.jostle.pw -U ****** -P ****** -I lanplus sdr:  (Command timed out.)
2016/08/01 04:13:35 ERROR in input [ipmi_sensor]: run /usr/bin/ipmitool ipmitool -H esxi8-idrac.jostle.pw -U ****** -P ****** -I lanplus sdr:  (Command timed out.)

The default timeout for lanplus is 2 seconds, which seems to be fine when there is not much else going on, apparently not so much when its in a busy environment. The -N flag allows this to be set to a higher value.

Edit: Adding each host as an individual input, and setting a hight collection_jitter helps a bit, but there are still a ton of random timeouts.

@sparrc
Copy link
Contributor

sparrc commented Aug 1, 2016

sure, would make sense to have a timeout here

@danielnelson
Copy link
Contributor

Added in #2818

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