defiant: add uptime-kuma, rename metrics->monitoring
This commit is contained in:
11
hosts/defiant/services/monitoring/default.nix
Normal file
11
hosts/defiant/services/monitoring/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./prometheus.nix
|
||||
./grafana.nix
|
||||
./loki.nix
|
||||
./snmp-exporter.nix
|
||||
./uptime-kuma.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user