mirror of
https://github.com/glanceapp/glance.git
synced 2025-08-18 20:08:15 +02:00
Merge branch 'main' into release/v0.5.0
This commit is contained in:
@@ -702,7 +702,7 @@ Greenville, United States
|
||||
```
|
||||
|
||||
### Monitor
|
||||
Display a list of sites and whether they are reachable (online) or not. This is determined by sending a HEAD request to the specified URL, if the response is 200 then the site is OK. The time it took to receive a response is also shown in milliseconds.
|
||||
Display a list of sites and whether they are reachable (online) or not. This is determined by sending a GET request to the specified URL, if the response is 200 then the site is OK. The time it took to receive a response is also shown in milliseconds.
|
||||
|
||||
Example:
|
||||
|
||||
|
Reference in New Issue
Block a user