Henrik Thostrup Jensen

Results 20 comments of Henrik Thostrup Jensen

Thanks for the feedback. Glad that it works. I've updated the branch and pull request. @plajjan Any chance of a merge?

Hi, I don't really use SUDS anymore (to many bugs), and don't really want to spend any time on it. Sorry Regarding the patch. While it solves the problem, it...

Haven't escaped SOAP, unfortunately :-) I am using generateDS for generating bindings from XSD, and have written my own thin SOAP handling on top of that. The generateDS bindings may...

Code is here: http://git.nordu.net/?p=opennsa.git (git clone git://git.nordu.net/opennsa.git). It is under a BSD license (company policy). You want to look under opennsa/protocols/shared and nsi2 for how it is used. The approach...

I can only see it being about collecting information about the ubuntu vm cloud instances.

Hi, we have the same issue as well. It mostly due to telegraf output all inputs to all outputs which is not always desirable. Right now we solve it by...

@dhoppe Thanks, I was not aware of that feature. We do have another case, where we have some system that updates counters every 30 seconds, which we need collect. And...

I'm aware of the interval option (we use it widely), but jitter is the problem.

+1 for having this use case. We often have hosts that need to collect some service specific metrics, and adding those is a bit cumbersome. We ended up doing this...

@alexjfisher I had several issues getting this to work. Having: ```merge_hash_arrays: true``` Option in common.yaml as listen in: https://github.com/voxpupuli/puppet-telegraf/pull/99/commits Make it possible to have multiple inputs of the same type...