NSClient++ service monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rdobbsmacu
Posts: 36
Joined: Tue Apr 28, 2015 3:11 pm

NSClient++ service monitoring

Post by rdobbsmacu »

I have a windows service that has spaces in the name that i'm trying to monitor.

Here is the output from sc.exe
SERVICE_NAME: WebFOCUS 80 Server
DISPLAY_NAME: WebFOCUS 80 Server
TYPE : 10 WIN32_OWN_PROCESS
STATE : 4 RUNNING
(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

Here is a snapshot of the service that is trying to monitor my Web Focus services.

https://support.nagios.com/forum/downlo ... w&id=11977

If I remove the WebFocus 80 Server it monitors the WF80 service just fine, If I try just the WebFocus 80 Server service I get WebFocus: not found.
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NSClient++ service monitoring

Post by lmiltchev »

Try wrapping the "WevFocus 80 Server" service in single or double quotes to see if this is going to fix the issue.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked