From 9eedde060007d84866d36ce00f51fc3803cd1790 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme <jan.philipp@timme.it> Date: Tue, 9 Nov 2021 18:17:34 +0100 Subject: [PATCH] Remove ] in checkbbb.py --- checkmk/custom-files/plugins/checkbbb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkmk/custom-files/plugins/checkbbb.py b/checkmk/custom-files/plugins/checkbbb.py index e0946ed..c62338b 100644 --- a/checkmk/custom-files/plugins/checkbbb.py +++ b/checkmk/custom-files/plugins/checkbbb.py @@ -131,7 +131,7 @@ statusline += "numWithVideo=" + str(totalVideousers) + " " statusline += "[scale001 totals " statusline += "M:" + str(totalMeetings) + " " statusline += "Att:" + str(totalAttendees) + " " -statusline += "Vid:" + str(totalVideousers) + "]" +statusline += "Vid:" + str(totalVideousers) + " " statusline += "Load:" + str(totalLoad) + "]" print(statusline) -- GitLab