-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
NATS output plugin #1697
NATS output plugin #1697
Conversation
looks good @pires, can you change the SSL handling to use the internal.GetTLSConfig function? You can see how the influxdb output plugin does it here: https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb/influxdb.go#L91 |
@sparrc sure thing. On it! |
also you can update the changelog with this under the 1.1 section 👍 |
@sparrc yep, was just waiting on your approval. |
@sparrc done, sir! |
Looks like if the NATS server happens to be unreachable and later comes back, telegraf never recovers:
|
@m4ce please open a proper issue, commenting on a closed PR is not productive |
@m4ce that shouldn't be the case since by default NATS client will try to reconnect. If you happen to open an issue as correctly suggested by @sparrc, make sure you CC me. |
Sorry for writing this here. Thank you guys for looking into this. |
Required for all PRs:
Fixes #1487