From a64774e2c007b181c86078a3b9ccee7f275aaad5 Mon Sep 17 00:00:00 2001
From: Dennis Ahrens <dennis.ahrens@hs-hannover.de>
Date: Mon, 17 Aug 2020 13:20:58 +0200
Subject: [PATCH] Raised luh_id min threshold from 1000 to 2000

---
 checkmk/custom-files/local/monitor_hshinfo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checkmk/custom-files/local/monitor_hshinfo b/checkmk/custom-files/local/monitor_hshinfo
index d14ff85..3c21c1f 100644
--- a/checkmk/custom-files/local/monitor_hshinfo
+++ b/checkmk/custom-files/local/monitor_hshinfo
@@ -5,4 +5,4 @@ REMAINING_LIBRARY_IDS=$(sudo -u postgres -- psql -qtAX -d hshinfo -c "select (ma
 REMAINING_LUH_IDS=$(sudo -u postgres -- psql -qtAX -d hshinfo -c "select count(*) from hshinfo.username_luh where allocated = false;")
 
 echo "P watch_lib_ids remaining_library_ids=$REMAINING_LIBRARY_IDS;400:;200: hshinfo.seq_raw_library_ids"
-echo "P watch_luh_ids remaining_luh_ids=$REMAINING_LUH_IDS;1000:;100: hshinfo.usernames_luh with allocated = false"
\ No newline at end of file
+echo "P watch_luh_ids remaining_luh_ids=$REMAINING_LUH_IDS;2000:;500: hshinfo.usernames_luh with allocated = false"
\ No newline at end of file
-- 
GitLab