check_memory - Fix config-file path in help

This commit is contained in:
Alban Vidal 2021-04-13 07:21:40 +02:00
parent a079c6af46
commit b3dbfd12cb
No known key found for this signature in database
GPG Key ID: 96BD4FF64E709FDE

View File

@ -20,7 +20,7 @@
# Usage examples : # Usage examples :
# 1) check_memory # 1) check_memory
# 2) check_memory --mem-warn 55 --mem-crit 80 --swap-warn 50 --swap-crit 75 # 2) check_memory --mem-warn 55 --mem-crit 80 --swap-warn 50 --swap-crit 75
# 3) check_memory --config-file=/etc/zorval/conf-check_memory # 3) check_memory --config-file=/etc/zorval/env_check_memory
##### #####
import sys import sys