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
After PR #37, i cannot use multiple instances of same plugin. Example:
telegraf_plugins_extra: - plugin: ping config: - urls = [ "host1.int", "host2.int" ] - count = 4 - ping_interval = 1.0 - timeout = 1.0 - plugin: ping config: - urls = [ "host1", "host2" ] - count = 4 - ping_interval = 1.0 - timeout = 1.0
Role tries to write first instance, then second, creating always-changed state.
The text was updated successfully, but these errors were encountered:
Hi @rlex
Can you check with the version available on github? #40 is merged and might help you?
Sorry, something went wrong.
Yep, works with filename param. Thanks.
No branches or pull requests
After PR #37, i cannot use multiple instances of same plugin.
Example:
Role tries to write first instance, then second, creating always-changed state.
The text was updated successfully, but these errors were encountered: