glance: add prometheus
This commit is contained in:
parent
3f71e191f9
commit
9577209e67
1 changed files with 17 additions and 5 deletions
|
|
@ -44,11 +44,6 @@
|
|||
url = "https://images.home.rpqt.fr";
|
||||
icon = "sh:immich";
|
||||
}
|
||||
{
|
||||
title = "Grafana";
|
||||
url = "https://grafana.home.rpqt.fr";
|
||||
icon = "sh:grafana";
|
||||
}
|
||||
{
|
||||
title = "FreshRSS";
|
||||
url = "https://rss.home.rpqt.fr";
|
||||
|
|
@ -96,6 +91,23 @@
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
type = "monitor";
|
||||
cache = "1m";
|
||||
title = "Monitoring";
|
||||
sites = [
|
||||
{
|
||||
title = "Grafana";
|
||||
url = "https://grafana.home.rpqt.fr";
|
||||
icon = "sh:grafana";
|
||||
}
|
||||
{
|
||||
title = "Prometheus";
|
||||
url = "http://genepi.home.rpqt.fr:9090";
|
||||
icon = "sh:prometheus";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
type = "monitor";
|
||||
cache = "1m";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue