-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Hiera Support #886
Comments
@juniorsysadmin Any support ? |
for the write_graphite module, I would not expect: collectd::plugin::write_graphite::carbon::mygraphite::graphitehost: graphite-1.xxxxx to work, but would expect: collectd::plugin::write_graphite::carbon::graphitehost: graphite-1.xxxxx |
I'm not able to conjure the correct hiera format either. |
Hi @iyappan-dcis, Sorry I didn't see this, maybe I'm late and you already fixed it, but this is how I have it working.
Hope it helps somebody at least. Cheers, Jordi |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
defining values in Hiera does not work, but works when defined in class. I am using the below format.
collectd::plugin::cpu::reportbystate: true
collectd::plugin::write_graphite::carbon::mygraphite::graphitehost: graphite-1.xxxxx
collectd::plugin::write_graphite::carbon::mygraphite::graphiteport: 2003
collectd::plugin::write_graphite::carbon::mygraphite::graphiteprefix: collectd.
collectd::plugin::write_graphite::carbon::mygraphite::protocol: tcp
What are you seeing
What behaviour did you expect instead
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: