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

WordPress-Update-Notifier

Rating
0 votes
Favoured:
1
Current Version
1.0
Last Release Date
2011-07-06
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
Twitter Handle
binfalse
License
GPL
Hits
92482
Files:
FileDescription
check_wp.PHPcheck_wp.PHP
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Monitoring the WordPress up-to-date status.
This script checks whether there are updates for your WordPress installation. It’s written in PHP to use the WordPress code itself, we don’t need to to reinvent the wheel ;-)
There are two types of checks:

Web-based checks: If you are not allowed or however not able to setup Nagios (or whatever monitoring solution you’re using) on the web-server you can check the WP-core-version remotely. The plugin will download your website and compares the version in the header with the lastes version provided by the WordPress-API. It’s only working if you don’t suppress the header field , e.g. with plugins like Secure WordPress. Just pass your domain together with --web to the plugin.

Local installation checks: If your monitoring solution has access to your installation files you should provide this path along with --dir.

Read the full documentation at the plugins homepage!