diff --git a/check_redis/check_redis.cfg b/check_redis/check_redis.cfg index 2fc5fb6..92b43f4 100644 --- a/check_redis/check_redis.cfg +++ b/check_redis/check_redis.cfg @@ -1,5 +1,5 @@ # 'check_redis' command definition define command{ command_name check_redis - command_line /usr/lib/monitoring-plugins/check_redis $HOSTADDRESS$ $ARG1$ + command_line /usr/lib/monitoring-plugins/check_redis -H $HOSTADDRESS$ $ARG1$ }