geerlingguy / internet-pi

Raspberry Pi config for all things Internet.
MIT License
4.15k stars 440 forks source link

Error on: TASK [Ensure internet-monitoring environment is running.] #544

Closed frannav closed 4 months ago

frannav commented 10 months ago

Does anyone know why this is happening?

TASK [Ensure internet-monitoring directory is not a Git repository.] ***** ok: [127.0.0.1]

TASK [Copy templated internet-monitoring files into place.] ** changed: [127.0.0.1] => (item={'src': 'docker-compose.yml.j2', 'dest': 'docker-compose.yml'}) ok: [127.0.0.1] => (item={'src': 'grafana-config.monitoring.j2', 'dest': 'grafana/config.monitoring'}) ok: [127.0.0.1] => (item={'src': 'prometheus.yml.j2', 'dest': 'prometheus/prometheus.yml'}) ok: [127.0.0.1] => (item={'src': 'prometheus-pinghosts.yaml.j2', 'dest': 'prometheus/pinghosts.yaml'})

TASK [Ensure internet-monitoring environment is running.] **** channel 13: open failed: connect failed: open failed fatal: [127.0.0.1]: FAILED! => {"changed": false, "errors": ["ERROR: for internet-monitoring_speedtest_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)"], "module_stderr": "Creating internet-monitoring_ping_1 ... \nCreating internet-monitoring_nodeexp_1 ... \nCreating internet-monitoring_speedtest_1 ... \n\nERROR: for internet-monitoring_speedtest_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)\nCreating internet-monitoring_nodeexp_1 ... done\nCreating internet-monitoring_ping_1 ... done\n", "module_stdout": "10.0.3: Pulling from grafana/grafana\nDigest: sha256:423040d62678074111e4e72d7dcef23480a94eb4f21b9173204d1a5ee972ec59\nStatus: Downloaded newer image for grafana/grafana:10.0.3\nlatest: Pulling from prom/node-exporter\nDigest: sha256:81f94e50ea37a88dfee849d0f4acad25b96b397061f59e5095905f6bc5829637\nStatus: Downloaded newer image for prom/node-exporter:latest\n", "msg": "Error starting project UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)"}

PLAY RECAP *** 127.0.0.1 : ok=12 changed=1 unreachable=0 failed=1 skipped=7 rescued=0 ignored=0

paullotz commented 10 months ago

Had the same problem.Try to reboot your Pi and rerun the script. If it is still not working add your user to the docker group, restart the Pi and try running the script again.

github-actions[bot] commented 6 months ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

github-actions[bot] commented 4 months ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.