How to monitor a NON-Microsoft service in Nagios XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
GacoAdmin110
Posts: 33
Joined: Mon Aug 31, 2015 1:30 pm

How to monitor a NON-Microsoft service in Nagios XI

Post by GacoAdmin110 »

I currently have a handful of Windows 2008R2 servers that run NON-MS based services critical to our production environment.

I have tried multiple times to add them to Nagios using the display name/process but it never receives notification that the service is running. It comes up as CRITICAL with no communication.

The server that this service on reports many other things besides services, and all of those work normal.

Any help is appreciated.

Thnx
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: How to monitor a NON-Microsoft service in Nagios XI

Post by ssax »

How are you monitoring them currently?

Are you using NSClient++ - The Windows Server monitoring wizard should list them.

Are you using SNMP? - The Windows SNMP monitoring wizard should list them.
GacoAdmin110
Posts: 33
Joined: Mon Aug 31, 2015 1:30 pm

Re: How to monitor a NON-Microsoft service in Nagios XI

Post by GacoAdmin110 »

ssax wrote:How are you monitoring them currently?

Are you using NSClient++ - The Windows Server monitoring wizard should list them.

Are you using SNMP? - The Windows SNMP monitoring wizard should list them.
NSclient++ is what I use
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: How to monitor a NON-Microsoft service in Nagios XI

Post by ssax »

Do you see them listed in the Windows Server monitoring wizard?
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: How to monitor a NON-Microsoft service in Nagios XI

Post by rkennedy »

Can you please post an example of the check you're using? You should be able to use NSClient++ without a problem. NSCP is NSClient++ (not a windows service)

Here's an example -
windows-service-check_nt.PNG
You do not have the required permissions to view the files attached to this post.
Former Nagios Employee
GacoAdmin110
Posts: 33
Joined: Mon Aug 31, 2015 1:30 pm

Re: How to monitor a NON-Microsoft service in Nagios XI

Post by GacoAdmin110 »

rkennedy wrote:Can you please post an example of the check you're using? You should be able to use NSClient++ without a problem. NSCP is NSClient++ (not a windows service)

Here's an example -
windows-service-check_nt.PNG
Thanks for the response...I just figured it out. I needed to add it as a process instead of a service...works fine now.

The process was a custom SQL reporting service that had special characters in its name which Nagios did not like since they were $'s and ()'s.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: How to monitor a NON-Microsoft service in Nagios XI

Post by Box293 »

These can work as long as you escape the $ signs:

https://support.nagios.com/kb/article.php?id=168
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked