Skip to content

Commit 1f7201c

Browse files
committed
Update documentation
1 parent f2e000f commit 1f7201c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/widgets.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3041,6 +3041,20 @@ Shows the number of processes waiting in the run-queue, averaged across all core
30413041

30423042
---
30433043

3044+
### Uptime
3045+
3046+
Displays the system uptime fetched from Glances.
3047+
3048+
#### Example
3049+
3050+
```yaml
3051+
- type: gl-uptime
3052+
options:
3053+
hostname: http://192.168.130.2:61208
3054+
```
3055+
3056+
---
3057+
30443058
### System Load History
30453059

30463060
Shows recent historical system load, calculated from the number of processes waiting in the run-queue, in 1, 5 and 15 minute intervals, and averaged across all cores. Optionally specify `limit` to set number of results returned, defaults to `500`, max `100000`, but the higher the number the longer the load and render times will be.

0 commit comments

Comments
 (0)