Windows services

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
tenda21
Posts: 37
Joined: Tue Feb 25, 2014 7:55 am

Windows services

Post by tenda21 »

what better way to monitor apache type services in windows servers
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Windows services

Post by slansing »

What do you mean by "apache type services?" And how are you currently monitoring them, what is lacking?
tenda21
Posts: 37
Joined: Tue Feb 25, 2014 7:55 am

Re: Windows services

Post 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
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Windows services

Post 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/
tenda21
Posts: 37
Joined: Tue Feb 25, 2014 7:55 am

Re: Windows services

Post by tenda21 »

tanks
Done
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Windows services

Post by slansing »

You found a plugin and it resolved your issues?
Locked