Fix typos (#56)

* Fix typos

* Update 🔧-How-to-Install.md

Co-authored-by: Frank Elsinga <frank@elsinga.de>

---------

Co-authored-by: Frank Elsinga <frank@elsinga.de>
pairnon 2023-09-10 10:43:18 +00:00 committed by GitHub
parent cc7cbbcaef
commit f4c391fb7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

@ -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

@ -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"}
```

@ -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)