Zack Cerza

Results 16 comments of Zack Cerza

I ran into this today and decided to work on a patch to make it configurable. I have not filed a PR yet but you can view/try [the branch at...

> #Hi @zmc, I think your design is how it should have been initially. However, I'm not sure it's worth the breaking change today Agreed - I don't like the...

Hi, I discovered this after partially implementing a similar feature, but this is quite a bit better than what I'd gotten done. I wonder, though, if it would be possible...

I've started working on this - or at least laying the groundwork. I'm starting by adapting remoto's `KubernetesConnection` to use the kubernetes-client python API instead of the oc command. Because...

@pcuzner it looks like the latest versions of the plugin have been adapted for v5's theme engine and no longer specify colors directly.

We already publish the port on the container host: https://github.com/ceph/cephmetrics/blob/master/ansible/roles/ceph-prometheus/tasks/setup_container.yml#L15 Is this meant to be about the firewall?

@b-ranto I don't see the advantage of using nonstandard paths, especially if the name is still stored the same way. What would the plugins conflict with - different versions of...

Perhaps in a future update we'll want to split the plugins into their own packages, and use their standard paths

https://github.com/philpep/testinfra/pull/316

This is a bit more complex than I thought: to calculate the storage requirements, we need to know the total amount of metrics we'll store. A given host submits metrics...