In the nrpe.cfg file on my montored box, I have the following command (which
works beautifully).

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)

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?
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Reply via email to