<br><br><div><span class="gmail_quote">On 11/17/06, <b class="gmail_sendername">Tobias Klausmann</b> <<a href="mailto:klausman@schwarzvogel.de">klausman@schwarzvogel.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi!<br><br>On Fri, 17 Nov 2006, Yogesh Hasabnis wrote:<br>> Yes, I had used arrayprobe form the command-line. But being a layman, I was<br>> not sure how to define a checkcommand using arrayprobe. Anyway, I will also
<br>> give it a try.<br><br>We use this:<br><br>nrpe.conf:<br>command[check_array]=/usr/bin/sudo /usr/bin/arrayprobe<br><br>Note that sudo is needed since NRPE has its own user and teh<br>utility nees to run as root.<br>
<br>nagios config:<br>define service {<br>    host_name            
<host name(s) here><br>    service_description   check_array<br>    check_command         check_nrpe!check_array<br>    max_check_attempts    3<br>    normal_check_interval 5<br>    retry_check_interval  1<br>    check_period          24x7
<br>    notification_interval 300<br>    notification_period   24x7<br>    notification_options  w,c,r<br>    contact_groups        <contact groups here><br>}<br><br>Hope this helps,<br>Tobias<br><br></blockquote></div>
Yes, it will certainly help. Will give a feedback about both check_cciss and arrayprobe once I get it working.<br>
<br>
Thanks<br>
<br>
Yogesh<br>