Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_wp_updates
1
2017-03-19
- Nagios 3.x
- Nagios 4.x
@chipongue04
GPL
5242
File | Description |
---|---|
check_wp_update.py | check_wp_update.py |
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 of WordPress updates.
WordPress is a Content management tool (CMS) designed to facilitate the creation and robust administration of websites, blogs or applications, ensuring usability and aesthetics, which is why one of the CMS with the largest market share.
It is a software in constant development, and as such susceptible to application or project vulnerabilities, which are frequently corrected by security versions, available in its official site on the Internet. However, the discovery of new updates is not always a trivial process, which causes many users to use for wide-time versions of outdated and publicly known vulnerabilities.
This Nagios plugin monitors the version of WordPress, in search of updates, receiving as an argument the full path of the version.php file, where you get information about the version of the software installed, and uses WordPress's Web service to obtain the latest version available at the official site of WordPress, by conversing and notifying the critical state whenever new version or update is detected.
Mandatory arguments: The following argument must be specified when the module is executed:
-p or – path used to specify the full path to the version.php file.
Optional arguments: The following arguments are optionally invoked, as user needs:
-V or – version used to query the module version.
-A or – author used to query the author's data.
Command-Line Execution Example:
./check_wp_update.py -p /var/www/html/wp-includes/version.php
WordPress is a Content management tool (CMS) designed to facilitate the creation and robust administration of websites, blogs or applications, ensuring usability and aesthetics, which is why one of the CMS with the largest market share.
It is a software in constant development, and as such susceptible to application or project vulnerabilities, which are frequently corrected by security versions, available in its official site on the Internet. However, the discovery of new updates is not always a trivial process, which causes many users to use for wide-time versions of outdated and publicly known vulnerabilities.
This Nagios plugin monitors the version of WordPress, in search of updates, receiving as an argument the full path of the version.php file, where you get information about the version of the software installed, and uses WordPress's Web service to obtain the latest version available at the official site of WordPress, by conversing and notifying the critical state whenever new version or update is detected.
Mandatory arguments: The following argument must be specified when the module is executed:
-p or – path used to specify the full path to the version.php file.
Optional arguments: The following arguments are optionally invoked, as user needs:
-V or – version used to query the module version.
-A or – author used to query the author's data.
Command-Line Execution Example:
./check_wp_update.py -p /var/www/html/wp-includes/version.php
Reviews (0)
Be the first to review this listing!