Adding check_redis
This commit is contained in:
parent
cc3665131a
commit
0659e124a7
3
check_redis/Makefile
Normal file
3
check_redis/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
#/usr/bin/make -f
|
||||
|
||||
include ../common.mk
|
2910
check_redis/check_redis
Normal file
2910
check_redis/check_redis
Normal file
File diff suppressed because it is too large
Load diff
5
check_redis/check_redis.cfg
Normal file
5
check_redis/check_redis.cfg
Normal 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
6
check_redis/control
Normal 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
7
check_redis/copyright
Normal 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".
|
||||
|
Loading…
Reference in a new issue