From b8b74568a71838f28681c721c730deb9d984665c Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 5 Jun 2014 16:36:43 +0200 Subject: [PATCH] Add correct options for hostname to check_redis --- check_redis/check_redis.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$ }