glance: add prometheus

This commit is contained in:
2025-11-03 23:51:20 +01:00
parent 3f71e191f9
commit 9577209e67

View File

@@ -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";