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 -
Nagios xi Exchange 2010 Wizard
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Nagios xi Exchange 2010 Wizard
from the command line on the windows machine can you run the following
Code: Select all
sc queryex type= service state= all | find "MSExchangeIS"
-
- Posts: 23
- Joined: Mon Aug 20, 2012 10:18 am
Re: Nagios xi Exchange 2010 Wizard
Code: Select all
sc query type= service state= all | find "MSExchan
geIS"
SERVICE_NAME: MSExchangeIS
-
- Posts: 23
- Joined: Mon Aug 20, 2012 10:18 am
Re: Nagios xi Exchange 2010 Wizard
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
-
- Posts: 23
- Joined: Mon Aug 20, 2012 10:18 am
Re: Nagios xi Exchange 2010 Wizard
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.
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.
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Nagios xi Exchange 2010 Wizard
What version of NSClient are you using?
-
- Posts: 151
- Joined: Thu Nov 08, 2012 10:49 am
Re: Nagios xi Exchange 2010 Wizard
NSClient++-0.3.9-x64.zip
-
- Posts: 151
- Joined: Thu Nov 08, 2012 10:49 am
Re: Nagios xi Exchange 2010 Wizard
Any Ideas on this?
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Nagios xi Exchange 2010 Wizard
I have been unable to replicate this issue. For the time being can we split the list into 2 services?
-
- Posts: 151
- Joined: Thu Nov 08, 2012 10:49 am
Re: Nagios xi Exchange 2010 Wizard
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.
Let me test just ones that fail by themselves.