HMCTech Posted January 25, 2010 Posted January 25, 2010 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
localzuk Posted January 25, 2010 Posted January 25, 2010 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.
RabbieBurns Posted January 25, 2010 Posted January 25, 2010 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)
HMCTech Posted January 25, 2010 Author Posted January 25, 2010 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
Eben Posted March 30, 2012 Posted March 30, 2012 Are you able to send the configs for clickview etc ?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now