check_drupal
check_drupal copied to clipboard
[sh] Nagios drupal plugin to monitor the state of a drupal site (or multisite) for security updates, core errors and more
Hi, based on your work I made some hacks to make it work with drupal 8 and 9. I decided to fork it as it change so much. The repo...
Adding checking that the drush command `drush watchdog-show --severity=0 --severity=1 --severity=2` doesn't return any recent critical messages, using `-g` option. Now with fixed typos!
For this to replace the Drupal nagios module https://www.drupal.org/project/nagios for my coop, we need to also check cron. I copied the existing formatting and syntax for all the other checks,...
Added new Parameter -v to indicate to use Vendor parameter If -v is added as parameter /../vendor/drush/drush/drush is added to the path default for DRUSH is then /../vendor/drush/drush/drush Only problem:...
I found myself in an awkward situation where I couldn't run NRPE or use check_by_ssh on the system hosting a Drupal instance I needed to monitor, hence this patch which...