Adding check_sieve
This commit is contained in:
parent
34c5c8f81e
commit
1697637249
11 changed files with 309 additions and 3 deletions
5
debian/README.Debian.plugins
vendored
5
debian/README.Debian.plugins
vendored
|
@ -37,8 +37,11 @@ check_redis:
|
|||
check_sentinel:
|
||||
Required Packages: ruby-redis
|
||||
|
||||
check_sieve:
|
||||
Required Packages: libio-socket-inet6-perl, monitoring-plugins-common | nagios-plugins-common
|
||||
|
||||
check_smart:
|
||||
Required Packages: perl-base, perl-modules, monitoring-plugins-common | nagios-plugins-common
|
||||
Required Packages: perl-modules, monitoring-plugins-common | nagios-plugins-common
|
||||
|
||||
check_tftp:
|
||||
Required Packages: libnet-tftp-perl, monitoring-plugins-common | nagios-plugins-common
|
||||
|
|
6
debian/control
vendored
6
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, monitoring-plugins-common | nagios-plugins-common, libtime-modules-perl, libwww-perl, python-argparse, libredis-perl, ruby-redis, perl-modules, libnet-tftp-perl, libxml-xpath-perl, ${perl:Depends}
|
||||
Recommends: ${shlibs:Depends}, ${python:Depends}, libnet-snmp-perl, monitoring-plugins-common | nagios-plugins-common, libtime-modules-perl, libwww-perl, python-argparse, libredis-perl, ruby-redis, libio-socket-inet6-perl, perl-modules, 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
|
||||
|
@ -21,7 +21,7 @@ Description: Plugins for nagios compatible monitoring systems
|
|||
.
|
||||
* check_bgp (0.4): plugin to check BGP peer status via SNMP.
|
||||
* check_file: plugin to check file count, size and ages
|
||||
* check_nginx_status (0.9): plugin checking the nginx_status page report from nginx
|
||||
* check_nginx_status (0.10): plugin checking the nginx_status page report from nginx
|
||||
Tracking Active connections processes, request per second, connections per
|
||||
seconds, Connections status.
|
||||
* check_nwc_health (3.0.3.7): This plugin checks the hardware health and interface metrics
|
||||
|
@ -30,6 +30,8 @@ Description: Plugins for nagios compatible monitoring systems
|
|||
* 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_sieve (1.02): plugin checking for a running Sieve daemon
|
||||
Check SIEVE connections as per rfc 5804 for Nagios
|
||||
* check_smart: plugin to check SMART status of ATA/SCSI disks
|
||||
* check_tftp (0.11): plugin that verifies TFTP server is working.
|
||||
* check_tomcat (1.4): plugin to check the tomcat status page.
|
||||
|
|
28
debian/copyright
vendored
28
debian/copyright
vendored
|
@ -199,6 +199,34 @@ https://raw.github.com/reedox/check_sentinel/master/check_sentinel
|
|||
THE SOFTWARE.
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
check_sieve:
|
||||
|
||||
The plugin was downloaded from:
|
||||
https://raw.githubusercontent.com/alan-hicks/check_sieve/master/check_sieve.pl
|
||||
|
||||
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".
|
||||
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
check_smart:
|
||||
|
||||
The plugin was downloaded from:
|
||||
https://exchange.icinga.org/exchange/check_smart+hwraid
|
||||
|
||||
Copyright (c) Kurt Yoder, Giles Westwood
|
||||
|
||||
License: public-domain
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
check_tftp:
|
||||
|
|
14
debian/patches/check_sieve/10_pathes
vendored
Normal file
14
debian/patches/check_sieve/10_pathes
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
Author: Jan Wagner <waja@cyconet.org>
|
||||
Description:
|
||||
Patches check_sieve to use debian specific paths.
|
||||
|
||||
diff --git a/check_sieve/check_sieve b/check_sieve/check_sieve
|
||||
index 2bb21f0..7405671 100644
|
||||
--- a/check_sieve/check_sieve
|
||||
+++ b/check_sieve/check_sieve
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/local/bin/perl
|
||||
+#!/usr/bin/perl
|
||||
|
||||
###########################################################################
|
||||
# $Id: check_sieve.pl 214 2014-01-08 09:37:22Z alan $
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1,3 +1,4 @@
|
|||
check_tomcat/epn
|
||||
check_tftp/epn
|
||||
check_phpfpm_status/10_pathes
|
||||
check_sieve/10_pathes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue