Page 1 of 1

Windows services

Posted: Mon Apr 14, 2014 11:46 am
by tenda21
what better way to monitor apache type services in windows servers

Re: Windows services

Posted: Mon Apr 14, 2014 11:51 am
by slansing
What do you mean by "apache type services?" And how are you currently monitoring them, what is lacking?

Re: Windows services

Posted: Tue Apr 15, 2014 2:55 am
by tenda21
I using

Code: Select all

define service{
        use                     generic-service
        host_name               UnicardKids
        service_description     Apache
        check_command           check_nt!SERVICESTATE!-d SHOWALL -l AeLookupSvc
        }

but only show AeLookupSvc Running. I'd like more information about the services

Re: Windows services

Posted: Tue Apr 15, 2014 9:40 am
by slansing
What information are you trying to get? The standard check_nt service check will only tell you if it is running or not. You may be able to find a plugin for windows which will give you more detail here:

http://exchange.nagios.org/

Re: Windows services

Posted: Wed Apr 16, 2014 7:13 am
by tenda21
tanks
Done

Re: Windows services

Posted: Wed Apr 16, 2014 9:42 am
by slansing
You found a plugin and it resolved your issues?