Windows Service monitoring using NagiosXi

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Windows Service monitoring using NagiosXi

Post by mguthrie »

You should be able to have spaces in the names of your service descriptions. Can you send us a screenshot of where you're entering this and it's not allowing the spaces?
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Windows Service monitoring using NagiosXi

Post by Box293 »

reke75 wrote:Hello,
I hava another question...
How you do when you have a service with a "space" in his name :

Example : DNS Server or Printer Spooler ???
Julien
Julien,
Have a look at the screenshot that shows the Windows Firewall service. You can see that the Service name is MpsSvc and this is what you type in the Windows Service box in the Windows Server wizard.

Have a look at the Print Spooler service, you'll find the Service name is Spooler. Same with DNS Server, it's Service name is DNS.

Don't confuse the Display Name with the Service name.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
reke75
Posts: 2
Joined: Thu Jan 06, 2011 6:07 am

Re: Windows Service monitoring using NagiosXi

Post by reke75 »

You've right about DNS and Spooler

But look the attached file , it's for Lotus.
You do not have the required permissions to view the files attached to this post.
sandyspatil
Posts: 15
Joined: Tue Dec 07, 2010 6:31 am

Re: Windows Service monitoring using NagiosXi

Post by sandyspatil »

Hi,
I am getting the same problem with check_iis_pool_state. Where U need to pass the IIS App Pool name as a argument.
I tried following command ->
./check_nrpe -H IISServer -c check_iis_pool_state -a "Classic .NET AppPool"
But it returns the error can't find the App Pool Classic !
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Windows Service monitoring using NagiosXi

Post by Box293 »

You could try using apostrophes 'Classic .NET AppPool' instead of quotation marks "Classic .NET AppPool".

Otherwise I suggest you contact the author of that script and ask for their help.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked