You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ uname -a
Linux 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
$ telegraf -version
Telegraf v1.1.1 (git: release-1.1.0 94de9dc)
Steps to reproduce:
sudo service telegraf start
Expected behavior:
sudo service telegraf status returns with "running"
Actual behavior:
sudo service telegraf status returns with
May 14 18:44:02 <hostname> systemd[1]: telegraf.service: Main process exited, code=exited, status=1/FAILURE
May 14 18:44:02 <hostname> systemd[1]: telegraf.service: Unit entered failed state.
May 14 18:44:02 <hostname> systemd[1]: telegraf.service: Failed with result 'exit-code'.
May 14 18:44:02 <hostname> systemd[1]: telegraf.service: Service hold-off time over, scheduling restart.
May 14 18:44:02 <hostname> systemd[1]: Stopped The plugin-driven server agent for reporting metrics into InfluxDB.
May 14 18:44:02 <hostname> systemd[1]: telegraf.service: Start request repeated too quickly.
May 14 18:44:02 <hostname> systemd[1]: Failed to start The plugin-driven server agent for reporting metrics into InfluxDB.
Additional info:
Relevant error from logs:
May 14 18:44:02 <hostname> telegraf[51214]: 2018/05/14 18:44:02 E! Error parsing /etc/telegraf/telegraf.d/statsd.conf, line 11: field corresponding to `protocol' is not defined in `*statsd.Statsd'
The text was updated successfully, but these errors were encountered:
@danielnelson, thanks. How can I find the current version from the github repo? Also, do you know in which github revision I can find documentation that pertains to 1.1?
Hi,
I'm running into an error where I can't specify
protocol
instatsd.conf
plugin. Fortunately, for my use case, the default UDP is what I need, but that still goes against the documentation: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/statsd#configuration. Is it a version issue?Thanks
Relevant telegraf.conf:
System info:
$ uname -a
Linux 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
$ telegraf -version
Telegraf v1.1.1 (git: release-1.1.0 94de9dc)
Steps to reproduce:
sudo service telegraf start
Expected behavior:
sudo service telegraf status
returns with "running"Actual behavior:
sudo service telegraf status
returns withAdditional info:
Relevant error from logs:
The text was updated successfully, but these errors were encountered: