Carl Bingel - 2004-08-06

Logged In: YES
user_id=476996

You set the $DEBUGLEVEL-variable in the script (nagiostat)
and not in the config-file, hence the error. That should not be
a real showstopper, though.

If you run the checkcommand from the command-prompt, you
must enclose the parameters using single-quotes (not double
as in the config-file) to avoid shell variable expansion. This is
probably why you find strange stuff happening (last command
inserted).

--Carl