benh57
benh57
Would be great if this were documented since the powershell syntax to do this is not common.
Also using the library recently. Thanks for maintaining it!
Any chance of getting this merged?
Works4Me. Perhaps @belkiss could merge?
The very similar PerfCounterMonitor supports statsd. The advantage of carbonator is the wildcard support, though.
Ah, i found that since i had my own roles calling in to the havana profile modules, the havana::profile::base was not getting called and not setting up the repo from...
Mine's actually running the ceilometer-dbsync before it installs mongo. So there is some dependency ordering issue here.
(which is odd considering the explicit arrows in the controller role, mongo is before ceilometer-api)
Thanks for posting this fix.
Hey czervenyvlk, As a workaround, try this setup via hiera as an example. Working for me. ```yaml telegraf::inputs: cpu: - percpu: true totalcpu: true fielddrop: ["time_*"] mem: [{}] io: [{}]...