diff --git a/checkmk/custom-files/plugins/checkbbb.py b/checkmk/custom-files/plugins/checkbbb.py
index c62338b2e27a9371d42ad358545bc6de61bea45c..912f5647949f45f3657c973e7c96c14bbc87bf58 100644
--- a/checkmk/custom-files/plugins/checkbbb.py
+++ b/checkmk/custom-files/plugins/checkbbb.py
@@ -128,7 +128,8 @@ statusline  = "0 BBBSCL_" + socket.gethostname() + " "
 statusline += "numMeetings=" + str(totalMeetings) + "|"
 statusline += "numAttendees=" + str(totalAttendees) + "|"
 statusline += "numWithVideo=" + str(totalVideousers) + " "
-statusline += "[scale001 totals "
+statusline += "numTotalLoad=" + str(int(totalLoad)) + " "
+statusline += "[scalelite totals "
 statusline += "M:" + str(totalMeetings) + " "
 statusline += "Att:" + str(totalAttendees) + " "
 statusline += "Vid:" + str(totalVideousers) + " "