Skip to content

Commit aaf26ef

Browse files
committed
Space between Value and Unit in Performance Message
1 parent eefdd28 commit aaf26ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_hetzner_storagebox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
api_url = "https://robot-ws.your-server.de/storagebox/{id}"
1515

16-
status_str = "{status} - {text} | {label}={value}{unit};{warn};{crit};{min};{max}"
16+
status_str = "{status} - {text} | {label}={value} {unit};{warn};{crit};{min};{max}"
1717
status_str_no_data = "{status} - {text} | UNKOWN=0MB;0;0;0;0"
1818

1919

0 commit comments

Comments
 (0)