From 5a8f6c9668e07f2e30d1d71adbb4c34d777f6862 Mon Sep 17 00:00:00 2001
From: Jan Philipp Timme <jan.philipp@timme.it>
Date: Tue, 9 Nov 2021 18:20:18 +0100
Subject: [PATCH] Add diagram for total load in checkbbb.py

---
 checkmk/custom-files/plugins/checkbbb.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/checkmk/custom-files/plugins/checkbbb.py b/checkmk/custom-files/plugins/checkbbb.py
index c62338b..912f564 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) + " "
-- 
GitLab