-
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
TOML indentation problem, snmp input plugin #1541
Comments
We try to reserve GitHub Issues for actionable bug reports or feature requests. Please send general questions to the [email protected] mailing list. |
I believe the issue is actually a potential bug. It appears that having spaces in the config file in front of the descriptors is preventing telegraf from reading the config. Example: This doesn't work:
(. = space for clarification) This does work:
|
that is strange, can you post your full working and non-working config, maybe in a gist? |
I don't have the original configs anymore and I've re-worked a lot of since this post in an effort to get it working. :/ |
I believe this has been solved by #1389 |
I've got Telegraf capturing data from a machine and dumping that into InfluxDB. I'm trying to get it to also capture SNMP data and write that data into InfluxDB. I've configured it in the same way I've seen from the docs, and yet my data isn't showing up in InfluxDB. I can't seem to figure out why, any thoughts?
Telegraf - version 0.13.1
Connected to http://localhost:8086 version 0.13.0 InfluxDB shell version: 0.13.0
The text was updated successfully, but these errors were encountered: