alertmanager pain

This commit is contained in:
chris 2025-04-14 23:37:55 +02:00
parent 62ad1df154
commit c0241036c6
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
8 changed files with 413 additions and 94 deletions
systems/monitoring.noc.eh22.intern

View file

@ -31,6 +31,12 @@
group = "nginx";
restartUnits = [ "nginx.service" ];
};
secrets."services/telegrambot/token" = {
mode = "0444";
owner = "root";
group = "root";
restartUnits = [ "mimir.service" ];
};
};
networking.firewall.allowedTCPPorts = [ 80 ];