<HTML>
<HEAD>
<TITLE>Check_disk_smb - How to do c$?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Hello all,<BR>
<BR>
Sorry if this is a nubile question, but I’m pretty new to the Linux environment and Nagios, so I’m not sure where my problem lies, but was hoping to get some help.<BR>
I’m going to put more info than necessary, but I hope it’ll be every question.<BR>
<BR>
I have Nagios v2.4 up and running, and it’s working like a champ! I am focusing at the moment on just one Windows 2003 Server and getting all the plugins and configurations correct. I am running Nagios on a Fedora Core 5 dist on an Intel Mac Mini (intel). I have not changed from the default bash terminal.<BR>
<BR>
I am trying to obtain the amount of free space on the primary hard drive of said server (in this case, as is with many vanilla Microsoft installs, it is the c$ share.)<BR>
<BR>
My problem is that after defining the following command set in checkcommands.cfg;<BR>
Define command{<BR>
    command_name    check_disk_smb<BR>
    command_line    $USER1$/check_disk_smb –H $HOSTADDRESS$ -W MCGARRYBOWEN –u gfreeman –p (censored) -s $ARG1$<BR>
    }<BR>
<BR>
And defining the service in my hydeMin.cfg;<BR>
Define service{<BR>
    **Edited the boring stuff**<BR>
    check_command   check_disk_smb!c$<BR>
    }<BR>
<BR>
And double checking here by using;<BR>
./check_disk_smb –H 192.168.1.2 –W MCGARRYBOWEN –u gfreeman –p (censored) -s c$<BR>
<BR>
I receive a Critical from nagios, so through trouble shooting procedure (using the ./check_disk_smb) I received the error “Result from smbclient not suitable.” I assume this is because the $ isn’t being pushed to the windows box...<BR>
<BR>
I assume that this is not being carried forward because the $ character is tripping up either Nagios, the system, or both.<BR>
I’ve tried running the last command with the following “c/$”, “c\$”, “c\ $” all to no avail.<BR>
<BR>
So, assuming noob as I may be I’d love some help. :) Thanks in advance,<BR>
John Hyde</SPAN></FONT>
</BODY>
</HTML>