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

vsphere plugin failure causing telegraf service to fail #7500

Closed
baruchih10 opened this issue May 12, 2020 · 1 comment
Closed

vsphere plugin failure causing telegraf service to fail #7500

baruchih10 opened this issue May 12, 2020 · 1 comment

Comments

@baruchih10
Copy link

The problem is: vsphere failed due to incorrect login details causing telegraf service to fail.
Expectations:

  1. vsphere plugin will stop to work and the rest of plugins will continue to work
  2. telegraf service will continue to process other plugins.

Here is from /var/log/messages:
May 12 17:44:33 ilgss0396 telegraf: 2020-05-12T14:44:33Z E! [agent] Service for [inputs.vsphere] failed to start: ServerFaultCode: Cannot complete login due to an incorrect user name or password.
May 12 17:44:33 ilgss0396 telegraf: 2020-05-12T14:44:33Z E! [telegraf] Error running agent: ServerFaultCode: Cannot complete login due to an incorrect user name or password.
May 12 17:44:33 ilgss0396 systemd: telegraf.service: main process exited, code=exited, status=1/FAILURE
May 12 17:44:33 ilgss0396 systemd: Unit telegraf.service entered failed state.
May 12 17:44:33 ilgss0396 systemd: telegraf.service failed.
May 12 17:44:34 ilgss0396 systemd: telegraf.service holdoff time over, scheduling restart.
May 12 17:44:34 ilgss0396 systemd: Started The plugin-driven server agent for reporting metrics into InfluxDB.

@danielnelson
Copy link
Contributor

Telegraf requires the connection to work initially on startup, this is nice because it alerts you to errors in the configuration immediately. There is an existing feature request to allow startup even if the inputs/outputs are not operational initially: #3723

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

2 participants