Search found 2 matches

by remc0
Thu Jan 20, 2011 10:49 am
Forum: Nagios XI
Topic: Connection refused while manual check succeeds
Replies: 3
Views: 1105

Re: Connection refused while manual check succeeds

When I look in the service it calls

Code: Select all

$USER1$/check_nt -H $HOSTADDRESS$ -s "$ARG1$" -p 12489 -v $ARG2$ $ARG3$ $ARG4$ 
so, appearantly it calls check_nt.

The service I let check is: check_xi_service_nsclient which is the default after adding a windows server through the wizard.
by remc0
Thu Jan 20, 2011 9:50 am
Forum: Nagios XI
Topic: Connection refused while manual check succeeds
Replies: 3
Views: 1105

Connection refused while manual check succeeds

Hi, We are evaluating NagiosXI as possible monitoring solution. When I try to monitor a Windows host through nrpe, I get an error: connection refused. When I do a manual test from the NagiosXI server it succeeds. I do that with this command: [root@localhost libexec]# ./check_nrpe -H 192.168.50.14 I ...