[vaultwarden] add monitoring
Check flake syntax / flake-check (push) Has been cancelled

This commit is contained in:
2026-02-22 21:53:05 +01:00
parent 5d67d2e85e
commit cf810d5c8d
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -144,6 +144,12 @@ in
targets = [ "${hosts.malobeo.hosts.zineshop.network.address}:9002" ];
}];
}
{
job_name = "vaultwarden";
static_configs = [{
targets = [ "${hosts.malobeo.hosts.vaultwarden.network.address}:9002" ];
}];
}
{
job_name = "pretalx";
static_configs = [{
+6
View File
@@ -22,6 +22,12 @@ with lib;
networking.firewall.allowedTCPPorts = [ 80 ];
malobeo.metrics = {
enable = true;
enablePromtail = true;
logNginx = true;
};
services.nginx = {
enable = true;
virtualHosts."keys.malobeo.org" = {