Skip to content
Snippets Groups Projects
Commit e13c1694 authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Reduce CRIT level for remaining library id alert from 500 to 10.

parent ffcdae77
Branches
No related tags found
No related merge requests found
......@@ -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.luh_id where is_assigned = false;")
echo "P watch_lib_ids remaining_library_ids=$REMAINING_LIBRARY_IDS;2000:;500: hshinfo.seq_raw_library_ids"
echo "P watch_lib_ids remaining_library_ids=$REMAINING_LIBRARY_IDS;2000:;10: hshinfo.seq_raw_library_ids"
echo "P watch_luh_ids remaining_luh_ids=$REMAINING_LUH_IDS;2000:;500: hshinfo.usernames_luh with allocated = false"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment