Thanks Thomas, Sim and all the friends on this list!! As per your
suggestion, I copied the check_cciss plugin into the nagios/libexec
directory and now the plugin works fine from the command-line<br>
<br>
]# ./check_cciss-1.5 -N 0 -v<br>
RAID OK:  Smart Array 6i in Slot 0 array A logicaldrive 1 (136.7
GB, RAID 1+0, OK) array B logicaldrive 2 (410.2 GB, RAID 5, OK)<br>
<br>
Now since the RAID arrays are not on the nagios host, I will need to configure NRPE to execute the cciss plugin remotely. <br>
<br>
Thanks for all the help again!!<br>
<br>
Yogesh<br><br><div><span class="gmail_quote">On 11/17/06, <b class="gmail_sendername">Thomas Hager</b> <<a href="mailto:duke@sigsegv.at">duke@sigsegv.at</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;">
On Fri, 2006-11-17 at 17:12 +0530, Yogesh Hasabnis wrote:<br>> Hi All,<br>hi,<br><br>> ./check_cciss-1.5: line 90: ./utils.sh: No such file or directory<br>the plugin calls utils.sh (which comes with the nagios-plugins package)
<br>and needs it in the same directory you installed check_cciss. so, you<br>got three joices:<br><br>a) copy check_cciss-1.5 to the directory where all the nagios plugins<br>are installed (including utils.sh)<br>b) copy 
utils.sh to the directory you're testing check_cciss-1.5<br>c) edit the check_cciss script and adjust the path to utils.sh<br><br>hth,<br>tom.<br><br>--<br>Thomas
"Duke"
Hager                              
<a href="mailto:duke@sigsegv.at">duke@sigsegv.at</a><br>GPG: 1024D/D27F858C            <a href="http://www.sigsegv.at/gpg/duke.gpg">http://www.sigsegv.at/gpg/duke.gpg</a><br>=================================================================
<br>"Never Underestimate the Power of Stupid People in Large Groups."<br><br><br><br>-------------------------------------------------------------------------<br>Take Surveys. Earn Cash. Influence the Future of IT
<br>Join SourceForge.net's Techsay panel and you'll get the chance to share your<br>opinions on IT & business topics through brief surveys - and earn cash<br><a href="http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV">
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV</a><br><br>_______________________________________________<br>Nagios-users mailing list<br><a href="mailto:Nagios-users@lists.sourceforge.net">
Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
<br>::: Messages without supporting info will risk being sent to /dev/null<br><br><br></blockquote></div><br>