We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[[outputs.file]] files = ["stdout"] data_format = "influx"
Telegraf vdev-85-g7a5d8578 (git: master 7a5d857
Telegraf reload configuration and continues sending metrics
Telegraf cannot write to output because it is closed.
2017-03-10T22:38:30Z E! Error writing to output [file]: failed to write message: cpu,host=loaner,cpu=cpu0 usage_iowait=0,usage_irq=0,usage_guest=0,usage_guest_nice=0,usage_user=4.124748490945898,usage_idle=95.1710261569454,usage_softirq=0,usage_steal=0,usage_system=0.7042253521128432,usage_nice=0 1489185040000000000 , write /dev/stdout: file already closed
The text was updated successfully, but these errors were encountered:
Don't close stdout on config reload.
2084dc9
fixes #2528
Don't close stdout on config reload. (#2707)
b243faa
Don't close stdout on config reload. (influxdata#2707)
62378ab
fixes influxdata#2528
6ff98da
danielnelson
Successfully merging a pull request may close this issue.
Bug report
Relevant telegraf.conf:
System info:
Telegraf vdev-85-g7a5d8578 (git: master 7a5d857
Steps to reproduce:
Expected behavior:
Telegraf reload configuration and continues sending metrics
Actual behavior:
Telegraf cannot write to output because it is closed.
Additional info:
The text was updated successfully, but these errors were encountered: