glances monitor page implementation
This commit is contained in:
@@ -13,3 +13,4 @@ pages:
|
||||
# It's not necessary to create a new file for each page and include it, you can simply
|
||||
# put its contents here, though multiple pages are easier to manage when separated
|
||||
- $include: home.yml
|
||||
- $include: monitor.yml
|
||||
|
||||
@@ -75,11 +75,7 @@
|
||||
name: Apple
|
||||
- symbol: MSFT
|
||||
name: Microsoft
|
||||
- type: dns-stats
|
||||
service: adguard
|
||||
url: https://adguard.workstation/
|
||||
username: forust
|
||||
password: ${ADGUARD_PASSWORD}
|
||||
|
||||
|
||||
- type: releases
|
||||
cache: 1d
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
- name: Monitoring
|
||||
columns:
|
||||
- size: small
|
||||
widgets:
|
||||
- type: dns-stats
|
||||
service: adguard
|
||||
url: https://adguardhome:3000
|
||||
username: forust
|
||||
password: ${ADGUARD_PASSWORD}
|
||||
- size: full
|
||||
widgets:
|
||||
- type: docker-containers
|
||||
hide-by-default: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user