In the nrpe.cfg file on my montored box, I have the following command (which works beautifully).<br><br>check command[check_disks_proc_mounts]=/usr/lib/nagios/plugins/check_disk -w 15% -c 10% $(for x in $(cat /proc/mounts |awk '{print $2}')\; do echo -n " -p $x "\; done)<br>
<br>I am looking to make a check_nt equivalent to that command.  Has anyone done this? Or do they have any ideas on how I might possibly do so? <br>