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

input.github: undefined but requested #5694

Closed
thibmaek opened this issue Apr 8, 2019 · 1 comment
Closed

input.github: undefined but requested #5694

thibmaek opened this issue Apr 8, 2019 · 1 comment

Comments

@thibmaek
Copy link

thibmaek commented Apr 8, 2019

Relevant telegraf.conf:

[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"

System info:

Steps to reproduce:

  1. Enable inputs.github like described here: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/github
  2. Restart or test telegraf.conf

Expected behavior:

Github input works

Actual behavior:

Github input throws error when trying to start Telegraf

Additional info:

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
@glinton
Copy link
Contributor

glinton commented Apr 8, 2019

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.

@glinton glinton closed this as completed Apr 8, 2019
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