From 02c531f1645941531beccfba75acbc9d907514dc Mon Sep 17 00:00:00 2001
From: Dennis Ahrens <dennis.ahrens@hs-hannover.de>
Date: Mon, 7 Sep 2020 09:54:24 +0200
Subject: [PATCH] Changed warn/crit for remaining_lib_ids

---
 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 3c21c1f..2264a9f 100644
--- a/checkmk/custom-files/local/monitor_hshinfo
+++ b/checkmk/custom-files/local/monitor_hshinfo
@@ -4,5 +4,5 @@ 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_lib_ids remaining_library_ids=$REMAINING_LIBRARY_IDS;2000:;500: hshinfo.seq_raw_library_ids"
 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