Paweł Krupa

Results 303 comments of Paweł Krupa

Good idea :+1: We are trying now to refactor this role to use more ansible modules to handle grafana-specific features instead of our hacks. If the upstream `grafana_plugins` module can...

If you have some spare time, I am open for PRs :)

I may be completely wrong, but isn't it already implemented in `ping.go`? https://github.com/SuperQ/smokeping_prober/blob/08734ee4b8f2c946b637b4ec5f65f6c807134086/ping/ping.go#L249-L259

Oh, yeah, I just looked closer into `ping.go` and you are right. So maybe it could be just changed to use unprivileged icmp mode from [`icmp` go package since that...

I don't see this as a bug with this role, but with how grafana handled repository migration. The role doesn't manage apt repository configuration files and just installs grafana from...

> Anyhow, it wasn't about that anyway, more like, why didn't the repo update. Or is this an Ansible problem? Looking closer it actually might have been an unpredicted issue...

Making dashboard management via ansible is in the first place on the todo list. PR is already at https://github.com/cloudalchemy/ansible-grafana/pull/195, but it seems ansible module is buggy. I get failures in...

Seems like we'll need to incorporate [this collection](https://github.com/ansible-collections/grafana) into the role or provide some instructions on how to install it. But I don't think this is necessary right now or...

This is something that should be done with ansible module, so please forward such request to https://github.com/ansible-collections/grafana. We are not going to provide hacky ways of doing this with `uri/url`...