mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
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>
parent
cc7cbbcaef
commit
f4c391fb7e
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)
|
![Docker host monitor](img/docker-host.png)
|
||||||
|
|
||||||
## Related Disscussion
|
## Related Discussion
|
||||||
|
|
||||||
- https://github.com/louislam/uptime-kuma/issues/2061
|
- 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:
|
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)
|
sum(monitor_response_time) by (monitor_name)
|
||||||
# Show only the response time for BBC.co.uk
|
# 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
|
# Show the current status of Google.com
|
||||||
monitor_status{monitor_name="Google"}
|
monitor_status{monitor_name="Google"}
|
||||||
```
|
```
|
||||||
|
|
|
@ -60,7 +60,6 @@ It should supports Linux/Windows/MacOS.
|
||||||
|
|
||||||
Required Tools:
|
Required Tools:
|
||||||
- [Node.js](https://nodejs.org/en/) >= 14
|
- [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)
|
- [Git](https://git-scm.com/downloads)
|
||||||
- [PM2](https://pm2.keymetrics.io/)
|
- [PM2](https://pm2.keymetrics.io/)
|
||||||
- (Optional) [cloudflared](https://github.com/cloudflare/cloudflared)
|
- (Optional) [cloudflared](https://github.com/cloudflare/cloudflared)
|
||||||
|
|
Loading…
Reference in a new issue