Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_php

Current Version
0.4
Last Release Date
2015-12-05
Compatible With
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
Owner
License
MIT
Hits
8616
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check_php will check for PHP startup errors (-s), missing PHP modules (-m), misconfigured directives in php.ini (-c) and for available PHP updates (-u).

This plugin supports performance data (error and warning counts over time) and long output (exact detail about all problems).
Check_php is a POSIX compliant nagios plugin that will check for PHP startup errors (-s), missing PHP modules (-m), misconfigured directives in php.ini (-c) and for available PHP updates (-u). This plugin supports performance data (error and warning counts over time) and long output (exact detail about all problems).


# Features:
------------
* Check for PHP startup errors
* Check for PHP updates (inside minor versions and patch levels)
* Check for missing PHP modules
* Check for blacklisted PHP modules and throw err/warn if they are compiled in
* Check for expected php.ini config directives (e.g.: date.timezone must be "Europe/Berlin", etc)
* Each check can specify its own severity (warning or error)


# Motivation:
-------------
If you have to take care about many servers which have PHP installed you can use this plugin to make sure that all servers or all groups of server use the same configuration with the same compiled modules and are always up to date.


# Usage:
---------
Usage: check_php [-s ] [-u ] [-m ] [-b [-c ] [-v]
check_php -h
check_php -V


# Development:
-----------------
Development will continue on github. Please submit any issues or pull requests there:

https://github.com/cytopia/check_php