Please help with Exchange issues

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Re: Please help with Exchange issues

Post by benningtonr »

yes, and i just checked again, it is running
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Please help with Exchange issues

Post by lmiltchev »

Open a DOS Command Prompt, run the following commands and post the output:

Code: Select all

tasklist | find "nsclient++.exe"
netstat -at | find "12489"
Be sure to check out our Knowledgebase for helpful articles and solutions!
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Re: Please help with Exchange issues

Post by benningtonr »

first one returned:
nsclient++.exe 3772 Services 0 6,800K

Second returned nothing
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Please help with Exchange issues

Post by scottwilkerson »

Can you verify that the following line is not commented out in the [modules] section nsc.ini

Code: Select all

NSClientListener.dll
If you make changes to the nsc.ini be sure to restart the service
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Re: Please help with Exchange issues

Post by benningtonr »

it is, so are the others with it, at the top of the ini
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Please help with Exchange issues

Post by lmiltchev »

OK, so the nsclient++ service is running, firewall supposed to be off, but port 12489 is not opened... Not sure what is going on. Check in the NSC.ini file if you have this line (uncommented):

Code: Select all

port=12489
Also, make sure you have the Nagios XI IP address entered on this line:

Code: Select all

allowed_hosts=
Try restarting the nasclient++ service then run again:

Code: Select all

netstat -atn | find "12489"
Be sure to check out our Knowledgebase for helpful articles and solutions!
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Re: Please help with Exchange issues

Post by benningtonr »

it says it is listening
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Re: Please help with Exchange issues

Post by benningtonr »

NSClient - ERROR: Could not complete the request check log file for more information.

is the new error
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Log entry

Post by benningtonr »

2012-07-02 12:02:59SERVICE NOTIFICATION: nagiosadmin;Exchange 2007;Remote Queue Length;UNKNOWN;xi_service_notification_handler;NSClient - ERROR: Could not complete the request check log file for more information.
2012-07-02 12:02:59SERVICE ALERT: Exchange 2007;Remote Queue Length;UNKNOWN;HARD;5;NSClient - ERROR: Could not complete the request check log file for more information.
2012-07-02 12:01:19SERVICE NOTIFICATION: nagiosadmin;Exchange 2007;Messages Pending Routing;UNKNOWN;xi_service_notification_handler;NSClient - ERROR: Could not complete the request check log file for more information.
2012-07-02 12:01:19SERVICE ALERT: Exchange 2007;Messages Pending Routing;UNKNOWN;HARD;5;NSClient - ERROR: Could not complete the request check log file for more information.
2012-07-02 12:01:19SERVICE NOTIFICATION: nagiosadmin;Exchange 2007;Exchange Core Services;UNKNOWN;xi_service_notification_handler;NSClient - ERROR: Could not complete the request check log file for more information.
2012-07-02 12:01:19SERVICE ALERT: Exchange 2007;Exchange Core Services;UNKNOWN;HARD;5;NSClient - ERROR: Could not complete the request check log file for more information.
2012-07-02 12:00:09SERVICE NOTIFICATION: nagiosadmin;Exchange 2007;Exchange Web Services;UNKNOWN;xi_service_notification_handler;NSClient - ERROR: Could not complete the request check log file for more information.
2012-07-02 12:00:09SERVICE ALERT: Exchange 2007;Exchange Web Services;UNKNOWN;HARD;5;NSClient - ERROR: Could not complete the request check log file for more information.
2012-07-02 11:44:29Auto-save of retention data completed successfully.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Please help with Exchange issues

Post by scottwilkerson »

check the nsclient.log on the windows machine...
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked