Commit a70c5fd2 authored by Tristan Cavelier's avatar Tristan Cavelier

check_free_disk: fix typo

remaning -> remaining
parent 455c167a
......@@ -112,7 +112,7 @@ def main():
free_space = round(free_space/(1024.0*1024*1024), 2)
min_space = round(min_free_size/(1024.0*1024*1024), 2)
print 'Free disk space low: remaning %s G (threshold: %s G)' % (
print 'Free disk space low: remaining %s G (threshold: %s G)' % (
free_space, min_space)
print 'Please modify minimum value in your monitor interface.'
exit(1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment