Nagios XI Exchange 2010 Wizard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
cccbbb
Posts: 23
Joined: Mon Aug 20, 2012 10:18 am

Nagios XI Exchange 2010 Wizard

Post by cccbbb »

We are demo'ing the XI version and are thinking about buying but there are issues needing to be resolved.
When using the wizard to add Exchange 2010 Servers i have failures for

MSExchangeImap4,MSExchangeIS,MSExchangeMailboxAssistants,MSExchangeMailSubmission,MSExchangeMonangePop3,MSExchangeRepl,MSExchangeSA,MSExchangeSearch,MSExchangeServiceHost,MSExchangeTransport,MSExchangeTransportLogSearch,msftesql-Exchange


These services do exist and are running on the servers but the wizards shows failures...

MSExchangeADTopology: Started - MSExchangeAntispamUpdate: Started - MSExchangeEdgeSync: Started - MSExchangeFDS: Started - MSExchangeIS: Not found - MSExchangeMailboxAssistants: Not found - MSExchangeMailSubmission: Not found - MSExchangeRepl: Not found -
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI Exchange 2010 Wizard

Post by scottwilkerson »

from the command line on the windows machine can you run the following

Code: Select all

sc queryex type= service state= all | find "MSExchangeIS"
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
cccbbb
Posts: 23
Joined: Mon Aug 20, 2012 10:18 am

Re: Nagios XI Exchange 2010 Wizard

Post by cccbbb »

Code: Select all

sc query type= service state= all | find "MSExchan
geIS"
SERVICE_NAME: MSExchangeIS
cccbbb
Posts: 23
Joined: Mon Aug 20, 2012 10:18 am

Re: Nagios XI Exchange 2010 Wizard

Post by cccbbb »

Ran for all missing Services only one that fails to lookup anything is MSExchangeMonangePop3 and since we dont use POP I would expect that..

Code: Select all

E:\Exchange\Bin\perf\AMD64\en>sc query type= service state= all | find "MSExchan
geMailSubmission"
SERVICE_NAME: MSExchangeMailSubmission

E:\Exchange\Bin\perf\AMD64\en>sc query type= service state= all | find "MSExchan
geMailboxAssistants"
SERVICE_NAME: MSExchangeMailboxAssistants

E:\Exchange\Bin\perf\AMD64\en>sc query type= service state= all | find "MSExchan
geRepl"
SERVICE_NAME: MSExchangeRepl

E:\Exchange\Bin\perf\AMD64\en>sc query type= service state= all | find "MSExchan
geSA"
SERVICE_NAME: MSExchangeSA

E:\Exchange\Bin\perf\AMD64\en>sc query type= service state= all | find "MSExchan
geSearch"
SERVICE_NAME: MSExchangeSearch

E:\Exchange\Bin\perf\AMD64\en>sc query type= service state= all | find "MSExchan
geServiceHost"
SERVICE_NAME: MSExchangeServiceHost

E:\Exchange\Bin\perf\AMD64\en>sc query type= service state= all | find "MSExchan
geTransport"
SERVICE_NAME: MSExchangeTransportLogSearch

E:\Exchange\Bin\perf\AMD64\en>sc query type= service state= all | find "MSExchan
geTransportLogSearch"
SERVICE_NAME: MSExchangeTransportLogSearch

E:\Exchange\Bin\perf\AMD64\en>sc query type= service state= all | find "msftesql
-Exchange"
SERVICE_NAME: msftesql-Exchange

cccbbb
Posts: 23
Joined: Mon Aug 20, 2012 10:18 am

Re: Nagios XI Exchange 2010 Wizard

Post by cccbbb »

I reversed the services in the command and it is successful for said services Which means the command is getting truncated some where.
Also msftesql-Exchange is a manual start so how would it successfully query such a process and this process was currently running but the successful query says stopped..I tried adding all the Not Found services to the front of the command and they still dont resolve correctly.
And the services status is truncated in the status information window.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI Exchange 2010 Wizard

Post by scottwilkerson »

What version of NSClient are you using?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
isadmin
Posts: 151
Joined: Thu Nov 08, 2012 10:49 am

Re: Nagios XI Exchange 2010 Wizard

Post by isadmin »

NSClient++-0.3.9-x64.zip
isadmin
Posts: 151
Joined: Thu Nov 08, 2012 10:49 am

Re: Nagios XI Exchange 2010 Wizard

Post by isadmin »

Any Ideas on this?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI Exchange 2010 Wizard

Post by scottwilkerson »

I have been unable to replicate this issue. For the time being can we split the list into 2 services?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
isadmin
Posts: 151
Joined: Thu Nov 08, 2012 10:49 am

Re: Nagios XI Exchange 2010 Wizard

Post by isadmin »

well yes but it would be like 8 services as the Exchange wizard set the option of checking all available Exchange services as one query.
Let me test just ones that fail by themselves.
Locked