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

3
check_redis/Makefile Normal file
View file

@ -0,0 +1,3 @@
#/usr/bin/make -f
include ../common.mk

2910
check_redis/check_redis Normal file

File diff suppressed because it is too large Load diff

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$
}

6
check_redis/control Normal file
View file

@ -0,0 +1,6 @@
Homepage: http://william.leibzon.org/nagios/
Watch: http://william.leibzon.org/nagios/plugins/check_redis.pl Version : ([0-9.]+)
Uploaders: Jan Wagner <waja@cyconet.org>
Description: plugin that verifies redis server is working.
Recommends: libredis-perl
Version: 0.72

7
check_redis/copyright Normal file
View file

@ -0,0 +1,7 @@
Copyright (c) 2012 William Leibzon <william@leibzon.org>
License: GPL v2
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".