-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
multiple sections - but only first rendered #97
Comments
@yankcrime @nrdmn any idea? this problem still persists and documentation in README.md does not help with it. |
more information on this matter:
|
full (deep merged) example (output of above lookup command): hiera:
telegraf.conf
|
I've just stumbled upon the same problem. |
Same problem here but with windows. Multiples 'win_perf_counters.object' but only last is in telegraf configuration file. |
I lost track of this project - is this still a valid issue? Else I would suggest to close this ticket. |
Hi, I have same problem, twice ...
So I have no idea, how to get it working with Hiera. Maybe separate filenames are a solution, but I have problems with the syntax .. How to specify create files, instead of /etc/telegraf/telegraf.conf with Hiera ? cu denny Update I've got it working ... had an old version from the module ... as example the vsphere plugin:
So now both are rendered correctly. In the same way, SNMP should work too :-) |
toml-rb doesn't indent correctly and restarting the service causes:
line 37 is
|
Hey,
from @nrdmn 's suggestions at #96 (comment) I modified the hieradata, manifests and profiles to match 2.0 syntax.
This works now, but I do encounter an unwanted behaviour nevertheless. It seems like only the first section is rendered at all (even with some more patterns, nginx is the only one that gets written to telegraf.conf, when I change the sequence then the new first one is going to be written to conf instead):
What I did:
What I expected:
What I got instead:
Can this be a result of using the deep_merge gem?
System Specs
The text was updated successfully, but these errors were encountered: