homer_configs/monitoring-page.yml

85 lines
2.6 KiB
YAML

---
links:
- name: "Apps"
icon: "fas fa-cloud"
url: "#config"
- name: "Servers"
icon: "fas fa-server"
url: "#servers-page"
- name: "Monitoring"
icon: "fas fa-magnifying-glass"
url: "#monitoring-page"
- name: "Ham"
icon: "fa-solid fa-tower-cell"
url: "#ham-page"
- name: "Home-Automation"
icon: "fas fa-house-user"
url: "#home-automation-page"
- name: "Media"
icon: "fas fa-photo-video"
url: "#media-page"
- name: "LAN"
icon: "fas fa-network-wired"
url: "#lan-page"
- name: "Monitorix"
icon: "fas fa-info-circle"
url: "#monitorix-page"
- name: "VPS/Domain"
icon: "fas fa-map-marked-alt"
url: "#vps-domain-page"
- name: "Wikis/Websites"
icon: "fas fa-file-alt"
url: "#wikis-n-websites-page"
- name: "External"
icon: "fas fa-external-link-alt"
url: "#external-websites-page"
services:
- name: "Monitoring"
icon: "fas fa-magnifying-glass"
items:
- name: "Nagios"
logo: "assets/logos/nagios.png"
#subtitle: "Bookmark example"
tag: "app"
url: "http://nagios.lan"
target: "_blank" # optional html a tag target attribute
- name: "Metrics - Grafana"
logo: "assets/logos/grafana.jpeg"
#subtitle: "Bookmark example"
tag: "app"
url: "http://metrics.lan:3000/d/bGY-LSB7k/lxd?orgId=1"
target: "_blank" # optional html a tag target attribute
- name: "Metrics - Prometheus"
logo: "assets/logos/prometheus.png"
#subtitle: "Bookmark example"
tag: "app"
url: "http://metrics.lan:9090"
target: "_blank" # optional html a tag target attribute
- name: "uptime-kuma"
logo: "assets/logos/uptime-kuma.jpeg"
#subtitle: "Bookmark example"
tag: "app"
url: "http://uptime-kuma.lan"
target: "_blank" # optional html a tag target attribute
- name: "GoAccess page (go.delfax.net)"
logo: "assets/logos/goaccess.png"
#subtitle: "Bookmark example"
tag: "app"
url: "https://go.delfax.net"
target: "_blank" # optional html a tag target attribute
- name: "ntopng"
logo: "assets/logos/ntopng-icon.png"
#subtitle: "Bookmark example"
tag: "app"
url: "http://ntopng.lan"
target: "_blank" # optional html a tag target attribute
- name: "k8s-lb Stats"
logo: "assets/logos/haproxy.png"
#subtitle: "Bookmark example"
tag: "app"
url: "http://k8s-lb.lan:8404"
target: "_blank" # optional html a tag target attribute
# EOF