Page 2 of 2

Re: Service Nagios ERROR

Posted: Wed Feb 20, 2013 1:57 pm
by lmiltchev
Try using:

Code: Select all

check_command           check_nt!PROCSTATE!-d SHOWALL -l spoolsv.exe

Re: Service Nagios ERROR

Posted: Thu Feb 21, 2013 2:46 am
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

Re: Service Nagios ERROR

Posted: Thu Feb 21, 2013 3:02 am
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

Re: Service Nagios ERROR

Posted: Thu Feb 21, 2013 11:37 am
by slansing
Great! Glad to hear your problem was fixed. Thanks for letting us know what resolved it!