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-drupal

Current Version
0.3
Last Release Date
2015-12-19
Compatible With
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
Owner
License
MIT
Hits
7022
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Nagios drupal plugin to monitor the state of a drupal site for security updates, system updates, core errors, core warnings and missing db updates.
# Features:
------------
* Check for Drupal security updates
* Check for Drupal system updates
* Check for Drupal required database updates
* Check for Drupal core errors
* Check for Drupal core warnings
* Every check can specify its own nagios severity (Error or Warning)
* Custom name for nagios short output
* Detailed information in nagios long output
* Be able to successfully recognize valid Drupal6 or Drupal7 document root
* Basic performance data fow: how many OKs, Errors, Warnings and Unknowns


# This check can be used in two ways:
---------------------------------------
1. Let nagios always trigger check_drupal which might take 1-3 seconds and cause some load
2. Let nagios simply parse the logfile (with check_drupal_log) created by check_drupal via cron on the target machine.
I would recommend the second option as you do not check each drupal site every 5 minutes and also in order to keep the nagios check as fast as possible. For that use cron to trigger the check_drupal on the target machine every 6 hours or so


# Included scripts:
-------------------
* check_drupal
* check_drupal_log


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

https://github.com/cytopia/check_drupal


# Motivation:
-------------
Motivation and thoughts are described by me here:

http://www.everythingcli.org/check_drupal-monitoring-drupal-with-nagios/


Description last edited: 2015-12-10