Check CRM

Bookmark and Share

Current Version
0.5
Last Release Date
2011-09-29
Compatible With
  • Nagios 3.x
E-mail
License
GPL
Hits
33186
Files:
FileDescription
check_crm_v0_5Perl Script that checks the status of a Pacemaker based Cluster using crm_mon.
Check CRM
Perl Script that checks the status of a Pacemaker based Cluster using crm_mon.
This Plugin Checks the status of a Pacemaker based cluster using crm_mon. It checks there is Quorum, the status of nodes and the status of resources. Sending a Critical if there are any errors. Only runs on local host so I suggest you use NRPE if nagios isn't local.

With the -w option, failed Nodes, stopped Resources detected or Standby Nodes sends Warning instead of Critical (default) as long as there are no other errors and there is Quorum.

With the -s option ignores any Node(s) in Standby, by default sends Critical (unless using -w).

If Pacemaker isn't installed in /usr/sbin the script will need editing see comments in script.


NOTE:- Requires Perl 5.8 or higher & the Perl Module Nagios::Plugin Nagios user will need sudo access - suggest adding line below to sudoers
nagios ALL=(ALL) NOPASSWD: /usr/sbin/crm_mon -1 -r -f

NOTE:- In sudoers if requiretty is on (off state is default) you will also need to add the line below
Defaults:nagios !requiretty

If you are using SLES 10 you might find that it incorrectly throws a crit, this is because SLES 10 does not give info on Quorm you will need to delete that part of the code. Works fine on SLES 11 thanks to Andrew Ferguson for letting me know.

If you get any unusual errors in crm_mon that this doesn't pick up please let us know.

Version History

v0.1 09/01/2011
v0.2 11/01/2011
v0.3 22/08/2011 - bug fix and changes suggested by Vadym Chepkov
v0.4 23/08/2011 - update for spelling and anchor regex capture (Vadym Chepkov)
v0.5 29/09/2011 - Add standby warn/crit suggested by Sönke Martens & change of 'our' to 'my' to completely avoid problems with ePN (after much debate and testing we don't think there would be a problem but, changed anyway)
Reviews (1)
bysampinar, January 26, 2012
Thank you for a great plugin. Easy to configure.