From 197e516ec1e8ab345c70791f330cfaa48ae868a0 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 8 Nov 2024 21:21:45 +0900 Subject: [PATCH] :white_check_mark: add *.ingolf-wagner.de healthchecks --- machines/orbi/nginx-ingolf-wagner-de.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/machines/orbi/nginx-ingolf-wagner-de.nix b/machines/orbi/nginx-ingolf-wagner-de.nix index 212bd7f..51b72fe 100644 --- a/machines/orbi/nginx-ingolf-wagner-de.nix +++ b/machines/orbi/nginx-ingolf-wagner-de.nix @@ -45,6 +45,16 @@ in 443 ]; + healthchecks.http."travel.ingolf-wagner.de" = { + url = "https://travel.ingolf-wagner.de"; + expectedContent = "Tina & Palos Reiseblog"; + }; + + healthchecks.http."tech.ingolf-wagner.de" = { + url = "https://tech.ingolf-wagner.de"; + expectedContent = "Hey here are some articles about technical issues"; + }; + services.nginx = { enable = true; recommendedProxySettings = true;