Fabian
Fabian
Hey @Deiiv, I had the same Issue. The Readme states that you should mount it to ```/mibs```. Seems like the MIB search path does not look at this mount point....
Hey @ilbarone87, I'm not 100% certain what's happening but maybe there is a problem with your _Telegraf Config_ and _MIBS Folder_. This tells me that there seems to be a...
The other thing i found regarding your Problem could be related to this Issue on Github: https://github.com/influxdata/telegraf/issues/5255 Maybe you have a tagpass table in your config.
> ``` > Also do you have this in your conf? > > [[inputs.snmp]] > ## Agent addresses to retrieve values from. > ## format: agents = [":"] > ##...
Hey @ch4ox, sorry for the inconvenience. I used ```;``` specifically to be able to use cli options like ```--twitch-api-header=Authorization=OAuth abcdefg123456;--twitch-disable-reruns```. As we can see there is a _space_ between OAuth...
Hey @ch4ox, thanks for all the debugging information. I wouldn't have guessed that streamlink cli options differ from plugin options. A somewhat easy solution would be to split _streamOptions_ into...