All Projects → jinjie → Nagios-WordPress-Update

jinjie / Nagios-WordPress-Update

Licence: other
Nagios plugin to check for WordPress update on a remote server without NRPE

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Nagios-WordPress-Update

check lxc
Monitoring plugin to check LXC (Linux Container)
Stars: ✭ 13 (-43.48%)
Mutual labels:  nagios-plugins
check netapp ontap
🍀 Check NetApp Ontap 🍀
Stars: ✭ 38 (+65.22%)
Mutual labels:  nagios-plugins
nagios-plugins-openshift
Nagios/Icinga 2 Plugins for monitoring OpenShift clusters
Stars: ✭ 24 (+4.35%)
Mutual labels:  nagios-plugins
nagios-plugin-check borg
nagios plugin to monitor borg repositories
Stars: ✭ 24 (+4.35%)
Mutual labels:  nagios-plugins
netapp-cdot-nagios
Nagios-Checks for monitoring NetApp cDOT-Systems via NetApp Perl API
Stars: ✭ 40 (+73.91%)
Mutual labels:  nagios-plugins
okconfig
Ready made monitoring packs for Nagios
Stars: ✭ 44 (+91.3%)
Mutual labels:  nagios-plugins
check zpools
Monitor the usage and status of ZFS Pools (zpools)
Stars: ✭ 16 (-30.43%)
Mutual labels:  nagios-plugins

Nagios-WordPress-Update

A Nagios plugin to check for WordPress version updates on a remote server without the use of NRPE.

How to use:

  • Upload wp-version.php to your WordPress root installation
  • Include the IP address of your Nagios installation in the script
  • Copy check_wp_update to your Nagios plugins folder. For me, it's on /usr/lib64/nagios/plugins
  • Create a service command template
  • Create a service check on your host

Command Template

define command{
        command_name    check_wp_update
        command_line    $USER1$/check_wp_update $ARG1$
        }

Service Check

define service{
        use                     generic-service
        host_name               example.com
        service_description     My WordPress Install
        check_command           check_wp_update!http://example.com/wp-version.php
        }

Inspired by check_wp_version by @hteske. Original here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].