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
[agent] interval = "300s" round_interval = true metric_batch_size = 1000 metric_buffer_limit = 10000 collection_jitter = "0s" flush_interval = "10s" flush_jitter = "0s" precision = "" debug = false quiet = false logfile = "" hostname = "" omit_hostname = false [[outputs.influxdb]] urls = ["http://x.x.x.x:8086"] database = "telegraf" username = "xxxxx" password = "xxxxxxx" [[inputs.github]] repositories = [ "inthepocket/hubble-scripts", "inthepocket/hubble-sketch-plugin", "inthepocket/hubble-app", ] access_token = "xxxxxx"
Github input works
Github input throws error when trying to start Telegraf
pi@chilipie-kiosk:/etc/telegraf$ telegraf --config ./telegraf.conf --test 2019-04-08T11:32:42Z I! Starting Telegraf 1.10.2 2019-04-08T11:32:42Z E! [telegraf] Error running agent: Error parsing ./telegraf.conf, Undefined but requested input: github
The text was updated successfully, but these errors were encountered:
You will need to use a nigthly build or wait for telegraf 1.11 to be released as the github plugin is not part of the 1.10 release.
Sorry, something went wrong.
No branches or pull requests
Relevant telegraf.conf:
System info:
Steps to reproduce:
Expected behavior:
Github input works
Actual behavior:
Github input throws error when trying to start Telegraf
Additional info:
The text was updated successfully, but these errors were encountered: