Skip to content

Commit 457dd49

Browse files
Translate disk output (#11)
Translate output from German into English
1 parent e3c0d26 commit 457dd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_synology.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def exitCode():
144144
if critical and critical < int(storage_used_percent):
145145
state = 'CRITICAL'
146146

147-
output += ' - free space: ' + storage_name + ' ' + str(storage_free) + ' GB (' + str(storage_used) + ' GB von ' + str(storage_size) + ' GB belegt, ' + str(storage_used_percent) + '%)'
147+
output += ' - free space: ' + storage_name + ' ' + str(storage_free) + ' GB (' + str(storage_used) + ' GB of ' + str(storage_size) + ' GB used, ' + str(storage_used_percent) + '%)'
148148
perfdata += storage_name + '=' + str(storage_used) + 'c '
149149
print('%s%s %s' % (state, output, perfdata))
150150
exitCode()

0 commit comments

Comments
 (0)