Jump to content

Recommended Posts

Posted

I have been using nagios to monitor only what comes with the install such as disk space, cpu usage and so on. No other addins or such.

 

How would I ask magios to check the status of certain services like SQL Server service, RPC & any other that is in teh computers services

Posted

Details on how to do it can be found here: Monitoring Windows Machines

 

But in essence, with nsclient++ client installed on the windows server, and it set up as per usual in the nagios config files, you add service definitions such as

 

define service{
use			generic-service
host_name			winserver
service_description	W3SVC
check_command		check_nt!SERVICESTATE!-d SHOWALL -l W3SVC
}

 

Which would check the http service on that server.

Posted

Ive got my nagios monitoring for specific running programs as well as services so for example it monitors the clickview server for clickviewlibrary.exe and stuff

 

Can post configs on Weds if required (bank holiday tomorrow.. off to the beach)

Posted
Ive got my nagios monitoring for specific running programs as well as services so for example it monitors the clickview server for clickviewlibrary.exe and stuff

 

Can post configs on Weds if required (bank holiday tomorrow.. off to the beach)

 

That would be great because I dont know how to customize anything above the standard

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...