diff --git a/How-to-Monitor-Docker-Containers.md b/How-to-Monitor-Docker-Containers.md index 6056c48..8a7d9e1 100644 --- a/How-to-Monitor-Docker-Containers.md +++ b/How-to-Monitor-Docker-Containers.md @@ -60,6 +60,6 @@ Add a new Docker host and choose TCP as the option. Specify the IP address of th ![Docker host monitor](img/docker-host.png) -## Related Disscussion +## Related Discussion - https://github.com/louislam/uptime-kuma/issues/2061 diff --git a/Prometheus-Integration.md b/Prometheus-Integration.md index c5f2765..dc70d91 100644 --- a/Prometheus-Integration.md +++ b/Prometheus-Integration.md @@ -37,10 +37,10 @@ There is also a [Grafana Dashboard](https://grafana.com/grafana/dashboards/14847 Assuming we have HTTP monitors in place for bbc.co.uk and google.com: ``` -# Show all response rates gouped by site +# Show all response rates grouped by site sum(monitor_response_time) by (monitor_name) # Show only the response time for BBC.co.uk -sum(monitor_reponse_time{monitor_url="https://www.bbc.co.uk/"}) +sum(monitor_response_time{monitor_url="https://www.bbc.co.uk/"}) # Show the current status of Google.com monitor_status{monitor_name="Google"} ``` diff --git a/🔧-How-to-Install.md b/🔧-How-to-Install.md index 9f42a40..8481e6e 100644 --- a/🔧-How-to-Install.md +++ b/🔧-How-to-Install.md @@ -60,7 +60,6 @@ It should supports Linux/Windows/MacOS. Required Tools: - [Node.js](https://nodejs.org/en/) >= 14 - ⚠️ Take causion with Node 20. See Issues [3138](https://github.com/louislam/uptime-kuma/issues/3138) and [3202](https://github.com/louislam/uptime-kuma/issues/3202) for further details. - [Git](https://git-scm.com/downloads) - [PM2](https://pm2.keymetrics.io/) - (Optional) [cloudflared](https://github.com/cloudflare/cloudflared)