From 15504f60cf45ccfd76aa0adc87310e713039999c Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Sun, 23 Jan 2022 02:15:59 +0100 Subject: [PATCH] Update check_nextcloud --- check_nextcloud | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_nextcloud b/check_nextcloud index 9a1cf56..0a6f450 100644 --- a/check_nextcloud +++ b/check_nextcloud @@ -58,7 +58,7 @@ def status(conf:dict): state = 1 else: state = 0 - return f" status={state};1;2 {', '.join(['{0}: {1}'.format(key, value) for (key, value) in result.items()])}" + return f" status={state};1;2 {' '.join(['{0}: {1}'.format(key, value) for (key, value) in result.items()])}" def printout(name:str,function:str, result:str): print(f'P "Nextcloud {name} {function}" {result}')