Check geom - NRPE gmirror and friends check

From TykWiki
Revision as of 15:54, 10 January 2010 by Tykling (talk | contribs) (Created page with '[category:nagios] [category:geom] I found a simple script to monitor the status of gmirror on a server in nagios. I found it on [http://www.klintrup.dk/soren/ this page], the us…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

[category:nagios] [category:geom]

I found a simple script to monitor the status of gmirror on a server in nagios. I found it on this page, the usual thanks to Søren Klintrup for making it available to the public. I do the following to make it work on an existing NRPE installation:

sudo fetch -o /usr/local/libexec/nagios/check_gmirror http://www.klintrup.dk/soren/gmirror/check_gmirror.sh
sudo chmod +x /usr/local/libexec/nagios/check_gmirror
sudo echo "command[check_gmirror]=/usr/local/libexec/nagios/check_gmirror" >> /usr/local/etc/nrpe.cfg
sudo /usr/local/etc/rc.d/nrpe2 restart

I then add the host to the group gmirror-servers on the nagios server, which just tells it to run the check check_nrpe2!check_gmirror on all members of the group.