Adding check_sentinel
This commit is contained in:
parent
43be123a11
commit
9c91dfd76e
8 changed files with 156 additions and 1 deletions
3
debian/README.Debian.plugins
vendored
3
debian/README.Debian.plugins
vendored
|
@ -34,6 +34,9 @@ check_phpfpm_status:
|
|||
check_redis:
|
||||
Required Packages: libredis-perl
|
||||
|
||||
check_sentinel:
|
||||
Required Packages: ruby-redis
|
||||
|
||||
check_tftp:
|
||||
Required Packages: libnet-tftp-perl
|
||||
|
||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -11,7 +11,7 @@ Vcs-Browser: http://github.com/waja/monitoring-plugins-cyconet
|
|||
Package: monitoring-plugins-cyconet
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}
|
||||
Recommends: ${shlibs:Depends}, ${python:Depends}, libnet-snmp-perl, nagios-plugins-common, libtime-modules-perl, libwww-perl, python-argparse, libredis-perl, libnet-tftp-perl, libxml-xpath-perl, ${perl:Depends}
|
||||
Recommends: ${shlibs:Depends}, ${python:Depends}, libnet-snmp-perl, nagios-plugins-common, libtime-modules-perl, libwww-perl, python-argparse, libredis-perl, ruby-redis, libnet-tftp-perl, libxml-xpath-perl, ${perl:Depends}
|
||||
Suggests:
|
||||
Enhances: nagios-plugins, nagios-plugins-basic, nagios-plugins-standard
|
||||
Description: Plugins for nagios compatible monitoring systems
|
||||
|
@ -29,6 +29,7 @@ Description: Plugins for nagios compatible monitoring systems
|
|||
* check_openvpn (20130904): plugin to check if an OpenVPN server runs on a given port
|
||||
* check_phpfpm_status (0.9): plugin to check the fpm-status page report from php-fpm
|
||||
* check_redis (0.72): plugin that verifies redis server is working.
|
||||
* check_sentinel (0b8e0e388a): plugin to monitor Redis sentinel
|
||||
* check_tftp (0.11): plugin that verifies TFTP server is working.
|
||||
* check_tomcat (1.4): plugin to check the tomcat status page.
|
||||
.
|
||||
|
|
30
debian/copyright
vendored
30
debian/copyright
vendored
|
@ -169,6 +169,36 @@ http://william.leibzon.org/nagios/
|
|||
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
check_sentinel:
|
||||
|
||||
The plugin was downloaded from:
|
||||
https://raw.github.com/reedox/check_sentinel/master/check_sentinel
|
||||
|
||||
Copyright Chris Boulton <chris@chrisboulton.com>
|
||||
|
||||
License: MIT
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
check_tftp:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue