From f4c391fb7e451c27ba64e0f1cd48262e10f782c5 Mon Sep 17 00:00:00 2001 From: pairnon <123353727+pairnon@users.noreply.github.com> Date: Sun, 10 Sep 2023 10:43:18 +0000 Subject: [PATCH] Fix typos (#56) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix typos * Update 🔧-How-to-Install.md Co-authored-by: Frank Elsinga --------- Co-authored-by: Frank Elsinga --- How-to-Monitor-Docker-Containers.md | 2 +- Prometheus-Integration.md | 4 ++-- 🔧-How-to-Install.md | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) 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)