Ben

Results 7 comments of Ben

> I had the same problem, but got it working this way on: Following the instructions to execute the script in commandline (macOS): > > * cloning the whole git...

Kunal, I'm getting the same thing. ``` TASK [Ensure internet-monitoring environment is running.] ************************************************************** fatal: [127.0.0.1]: FAILED! => {"changed": false, "errors": [], "module_stderr": "", "module_stdout": "latest: Pulling from miguelndecarvalho/speedtest-exporter\nDigest: sha256:f1064d49124c7fc45faabb87c6c876a2fd04e92b3dc14d4b871301217ba30fed\nStatus:...

Here is a little on the issue ``` `pi@internetpi1:~ $ cd internet-monitoring/ pi@internetpi1:~/internet-monitoring $ docker-compose up -d Pulling grafana (grafana/grafana:latest)... ERROR: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection...

Also this ``` pi@internetpi1:~/internet-monitoring $ docker-compose up -d Pulling grafana (grafana/grafana:latest)... latest: Pulling from grafana/grafana ERROR: no matching manifest for linux/arm/v8 in the manifest list entries ```

Alright I've learned something. This seems to be an issue with the docker-compose.yml file pulling the latest version of Grafana and Grafana not having the linux/arm/v8 in their manifest. I...

Well, that worked to get just blank grafana running using the ~/internet-monitoring/ folder and docker-compose up -d, but it is not working inside of the ansible-playbook... so idk and I've...

Wait, it actually works i think... but you have to do some weird stuff. change the docker-compose.yml.j2 file like I said above. Then run the playbook. This will copy the...