-
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
Telegraf Execd Go Shim on Windows Error "file does not exist" #7911
Comments
Hi, a couple thoughts:
Let me know where you're at after that. |
Hi @ssoroka, Thank you for your response, greatly appreciate it. Thanks Again |
Went little further, now getting the following error:
|
You might have to share your toml. If you're using my rand demo, min and max are integers and should not be quoted in the config. It's possible there's a bug in the config loading somewhere. Try removing individual lines of the config until you can figure out which one is causing problems; possibly the |
I have already checked min and max are not quoted. From plugin.conf
|
After removing "sample_frequency = "1s" did not get error but no output either? 2020-07-29T11:12:45Z I! Starting Telegraf |
By default, processed records aren't written to stdout. Try adding an output like this to see the results:
I think the sample_frequency issue was related to a bug that should be resolved in the latest Telegraf. Btw, you can probably get a faster response from me (or other helpful people) on the InfluxData community slack #telegraf channel. |
I dug into this and was able to replicate your problems. I've patched the rand app to use the latest Telegraf version, and I'll dig into what was going on with the duration setting, which is still an outstanding issue for now. Let me know if you have any further issues. |
No further issues on this, thanks! |
https://github.com/influxdata/telegraf/tree/master/plugins/common/shim
I downloaded and build rand using "go build -o rand cmd/main.go"
Then under telegraf.conf I used it as following:
Then finally i ran it using:
telegraf.exe --config telegraf.conf -test
But getting the following error
What i am missing?
Please help!
The text was updated successfully, but these errors were encountered: