Service Nagios ERROR

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.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Service Nagios ERROR

Post by lmiltchev »

Try using:

Code: Select all

check_command           check_nt!PROCSTATE!-d SHOWALL -l spoolsv.exe
Be sure to check out our Knowledgebase for helpful articles and solutions!
Hartly
Posts: 8
Joined: Mon Feb 18, 2013 12:37 pm

Re: Service Nagios ERROR

Post by Hartly »

Hi.

It's the same problem, I can restart/revive Nagios with "service nagios restart", the answer is OK but I have no modification on my web interface.

Image

This is my service declaration. It seems to be good no ?

Code: Select all

define service{
use                   generic-service
host_name            00_wstoulssdo101a
name                   SPOOL
check_command       check_nt!PROCSTATE!-d SHOWALL -l spoolsv.exe
} 
Thank you./

Baptiste
Hartly
Posts: 8
Joined: Mon Feb 18, 2013 12:37 pm

Re: Service Nagios ERROR

Post by Hartly »

Re.

I resolve one of my problem.

My service now appears on my web interface.

Image

Code: Select all

define service{
use                             generic-service
host_name                   00_wstoulssdo101a
service_description       SPOOL
check_command         check_nt!PROCSTATE!-d SHOWALL -l spoolsv.exe
} 
Thank you ! :D

YESS ! It's work very well !

winlogon.exe & spoolsv.exe services' can be check !

I find and alternative solution with check_nrpe but I going to use check_nt for this moment, because with check_nrpe, I must modify NSC.ini on all my servers.

I will test with windows 2008 next week/

Thank you to this forum, thank you for this assistance and thank you to my english (american ??) friends who help me in my difficulties.

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

Re: Service Nagios ERROR

Post by slansing »

Great! Glad to hear your problem was fixed. Thanks for letting us know what resolved it!
Locked