Gents,<br><br>  I am trying to have Nagios specify which partition to check via nrpe... and am getting the following error:<br><br>DISK CRITICAL - 10 is not accessible: No such file or directory<br><br>Here is my configuration:<br>
<br><br>###############################<br><br><div class="highlight"><pre><div class="line" id="LC1">define command{</div><div class="line" id="LC2">        command_name    check_nrpe_manual_disk </div><div class="line" id="LC3">
        command_line    $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_manual_disk -a $ARG1$ $ARG2$ $ARG3$</div><div class="line" id="LC4">        }</div><div class="line" id="LC5"> </div><div class="line" id="LC6"> </div><div class="line" id="LC7">
 </div><div class="line" id="LC8">command[check_manual_disk]=/usr/local/nagios-plugins/libexec/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$</div><div class="line" id="LC9"> </div><div class="line" id="LC10"> </div><div class="line" id="LC11">
 </div><div class="line" id="LC12"> </div><div class="line" id="LC13">define service{</div><div class="line" id="LC14">        use local-service</div><div class="line" id="LC15">        host_name localhost</div><div class="line" id="LC16">
        service_description Manual Disk /dev/sda1</div><div class="line" id="LC17">        check_command check_nrpe_manual_disk!20!10!/</div><div class="line" id="LC18">}</div></pre></div><br>