Adding check_redis

This commit is contained in:
Jan Wagner 2014-06-05 12:20:32 +02:00
parent cc3665131a
commit 0659e124a7
5 changed files with 2931 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# 'check_redis' command definition
define command{
command_name check_redis
command_line /usr/lib/monitoring-plugins/check_redis $HOSTADDRESS$ $ARG1$
}