Jonas Kongslund

Results 5 comments of Jonas Kongslund

In the documentation for the API in Grafana 9.0.x, there's an endpoint for [checking the data source health](https://grafana.com/docs/grafana/latest/developers/http_api/data_source/#check-data-source-health): ``` /api/datasources/uid/:uid/health ``` It would be desirable if we could utilize that...

@rdobson I would like to assist in extending each builder so that additional VM params and disk params can be set. I have already played a bit with a prototype...

Thank you for your feedback @rdobson I've tried setting `clone_template` to `Ubuntu Precise Pangolin 12.04 (64-bit)`. It gave me some headaches. As part of the provisioning I do the following...

I experience the same on a standalone swarm using Docker 18.06.1-ce. I have one container running and one that was terminated: ``` sudo docker service ps local-apt_go-apt-mirror ID NAME IMAGE...

Ansible 2.9 introduced a new distribution format called Collections. It seems like a better fit for resolving this issue since a collection can include playbooks, roles, modules, and plugins. Some...