From c0ad9f53593307e875d1ee7f8aa2c556c2d6709e Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Sun, 30 Oct 2022 02:47:29 +0200 Subject: [PATCH] Verify response of OsteoView healthcheck --- profiles/backend.nix | 1 + profiles/storage.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/backend.nix b/profiles/backend.nix index e049a3a..43d6c1e 100644 --- a/profiles/backend.nix +++ b/profiles/backend.nix @@ -65,6 +65,7 @@ status = 200 request "/api/_health" with timeout 5 seconds + content = '[{"]Healthy["]:[{}}]' then alert ''; }; diff --git a/profiles/storage.nix b/profiles/storage.nix index b0204b4..14f14b9 100644 --- a/profiles/storage.nix +++ b/profiles/storage.nix @@ -67,6 +67,7 @@ status = 200 request "/api/_health" with timeout 5 seconds + content = '[{"]Healthy["]:[{}}]' then alert ''; };