Page 1 of 1
Windows hosts are returning unknown status results - check
Posted: Wed Mar 03, 2010 12:45 pm
by mregis
For each Windows hosts that i add to be monitored, I am getting a "unknown status" results and "check_nt: Could not parse arguments"
Can anyone explain?
Again I am new to Nagios configuration and I have looked over the instructions. I am using the sample config files.
Thanks in advance.
M
Re: Windows hosts are returning unknown status results - check
Posted: Wed Mar 03, 2010 12:57 pm
by mmestnik
Can you post your objects.cache find, should be under /var some where.
Bzip2 is nice.
Re: Windows hosts are returning unknown status results - check
Posted: Wed Mar 03, 2010 12:58 pm
by mmestnik
Don't forget to remove any sensitive data with a find replace.
Re: Windows hosts are returning unknown status results - check
Posted: Wed Mar 03, 2010 2:00 pm
by mregis
mmestnik wrote:Can you post your objects.cache find, should be under /var some where.
Bzip2 is nice.
Hi MMestnik.
I am having a bit of trouble trying to locate the object.cache file

Re: Windows hosts are returning unknown status results - check
Posted: Wed Mar 03, 2010 2:59 pm
by mregis
Hi MMestinik.
I found the problem.
I had s- PASSWORD present in my command.cfg file.
I removed the -s mypasswordgoeshere and the problem was resolved.
# 'check_nt' command definition
define command{
command_name check_nt
command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -s mypasswordgoeshere -v $ARG1$ $ARG2$
}
Thank for your help.