USEDDISKSPACE wrong -l argument?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: USEDDISKSPACE wrong -l argument?

Post 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.
Locked