defiant: add uptime-kuma, rename metrics->monitoring

This commit is contained in:
2024-03-10 15:06:33 +01:00
parent 028c3ccbe0
commit 1eed30d7d5
11 changed files with 22 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
imports = [
./prometheus.nix
./grafana.nix
./loki.nix
./snmp-exporter.nix
./uptime-kuma.nix
];
}