diff --git a/checkmk/custom-files/local/remaining_library_ids b/checkmk/custom-files/local/remaining_library_ids
index 220a2ad8277bc1e79a5504bfd87ac3e244d48073..dbf9955985d220d000806fd06c09299b1d19758c 100644
--- a/checkmk/custom-files/local/remaining_library_ids
+++ b/checkmk/custom-files/local/remaining_library_ids
@@ -2,4 +2,4 @@
 
 REMAINING=$(sudo -u postgres -- psql -qtAX -d hshinfo -c "select (maximum_value::bigint - (SELECT last_value FROM hshinfo.seq_raw_library_id)) from information_schema.sequences where sequence_schema = 'hshinfo' and sequence_name = 'seq_raw_library_id';")
 
-echo "P watch_lib_ids remaining_library_ids=$REMAINING;400:;200: That many library IDs are available."
+echo "P watch_lib_ids remaining_library_ids=$REMAINING;400:;200: hshinfo.seq_raw_library_ids"