Add correct options for hostname to check_redis
This commit is contained in:
parent
b66f7e6493
commit
b8b74568a7
|
@ -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$
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue