Page 2 of 2

Re: USEDDISKSPACE wrong -l argument?

Posted: Mon Mar 05, 2012 3:39 pm
by mguthrie
Hey Joe,

In referencing your top post, I think you may need to wrap the last part of your service command in quotes. You have:
check_command check_nt!USEDDISKSPACE!-l c -w 80 -c 90
Try
check_command check_nt!USEDDISKSPACE!'-l c -w 80 -c 90 '
If you have something that has spaces in it like: -l c -w 80 -c 90 being sent as a single $ARGx$, then usually you need to wrap it in quotes.