[BACK]Return to README CVS log [TXT][DIR] Up to [local] / nagios / check_bioctl

Diff for /nagios/check_bioctl/README between version 1.3 and 1.5

version 1.3, 2009/11/09 20:02:14 version 1.5, 2009/11/12 18:55:03
Line 1 
Line 1 
 check_bioctl - checks status of a RAID array using bioctl  check_bioctl - checks status of a RAID array using bioctl
   
 This is check for OpenBSD machines with bioctl(8) supported RAID cards.  This check is for OpenBSD machines with bioctl(8) supported RAID cards.
   
 The only real caveat with it is that bioctl needs rw permission to  The only real caveat with it is that bioctl needs rw permission to
 /dev/bio. One way to allow for that is by adding an entry to  /dev/bio. One way to allow for that is by adding an entry to
Line 13 
Line 13 
 /etc/sudoers:  /etc/sudoers:
 _nrpe ALL = NOPASSWD:${PREFIX}/libexec/nagios/check_bioctl -d ami0  _nrpe ALL = NOPASSWD:${PREFIX}/libexec/nagios/check_bioctl -d ami0
   
 /etc/nrpe.cfg:  ${SYSCONFDIR}/nrpe.cfg:
 command[check_bioctl]=/usr/bin/sudo ${PREFIX}/libexec/nagios/check_bioctl -d ami0  command[check_bioctl]=/usr/bin/sudo ${PREFIX}/libexec/nagios/check_bioctl -d ami0
   
 For more information on bioctl(8) see the OpenBSD man page.  For more information on bioctl(8) see the OpenBSD man page.
   
 http://www.openbsd.org  http://www.openbsd.org
   
 $RedRiver: README,v 1.2 2009/11/09 18:37:07 andrew Exp $  $RedRiver: README,v 1.4 2009/11/09 20:41:49 andrew Exp $

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>