Adding check_phpfpm_status
This commit is contained in:
parent
6ea3e5ce5e
commit
fdeb7716d0
7 changed files with 515 additions and 3 deletions
7
debian/control
vendored
7
debian/control
vendored
|
@ -4,9 +4,9 @@ Priority: extra
|
|||
Maintainer: Jan Wagner <waja@cyconet.org>
|
||||
Uploaders: Jan Wagner <waja@cyconet.org>
|
||||
Build-Depends: debhelper (>= 8.0.0), python, python-debian, quilt (>= 0.46-7), autotools-dev,
|
||||
Standards-Version: 3.9.5
|
||||
Vcs-Git: git://github.com/waja/monitoring-plugins-cyconet.git
|
||||
Vcs-Browser: http://github.com/waja/monitoring-plugins-cyconet
|
||||
Standards-Version: 3.9.4
|
||||
Vcs-Git: git://github.com/waja/blah
|
||||
Vcs-Browser: http://github.com/waja/blah
|
||||
|
||||
Package: monitoring-plugins-cyconet
|
||||
Architecture: any
|
||||
|
@ -22,6 +22,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_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_tomcat (1.4): plugin to check the tomcat status page.
|
||||
.
|
||||
Some scripts and binaries need more packages installed to work, which is
|
||||
|
|
21
debian/copyright
vendored
21
debian/copyright
vendored
|
@ -88,6 +88,27 @@ https://raw.github.com/liquidat/nagios-icinga-checks/master/check_openvpn
|
|||
THE SOFTWARE.
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
check_phpfpm_status:
|
||||
|
||||
The plugin was downloaded from:
|
||||
https://raw.github.com/regilero/check_phpfpm_status/master/check_phpfpm_status.pl
|
||||
|
||||
Copyright (c) regis.leroy at makina-corpus.com
|
||||
Dennis D. Spreen (dennis at spreendigital.de)
|
||||
De Bodt Lieven (Lieven.DeBodt at gmail.com)
|
||||
Karsten Behrens (karsten at behrens dot in)
|
||||
Geoff McQueen (geoff.mcqueen at hiivesystems dot com)
|
||||
Dave Steinberg (dave at redterror dot net)
|
||||
|
||||
License: GPL v3
|
||||
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
|
||||
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
check_tomcat:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue