Nagios monitoring Windows Client

Source: Internet
Author: User

Nagios monitoring WindowsThe specific process of the client is as follows:

 

Figure-Nagios

If you do not need any other configurations for the Nagios monitoring server, write services. cfg.

The configuration of a Windows 2003 Server in my monitoring company is as follows:

 
 
  1.  define service {  
  2.  
  3. host_name Web-Server  
  4.  
  5. service_description Check-Memory  
  6.  
  7. check_period 24x7  
  8.  
  9. max_check_attempts 4  
  10.  
  11. normal_check_interval 3  
  12.  
  13. retry_check_interval 2  
  14.  
  15. contact_groups sagroup  
  16.  
  17. notification_interval 10  
  18.  
  19. notification_period 24x7  
  20.  
  21. notification_options w,u,c,r  
  22.  
  23. check_command check_nt!MEMUSE!-w 80 -c 90  
  24.  
  25. }  
  26.  

 
 
  1. define service {  
  2.  
  3. host_name Web-Server  
  4.  
  5. service_description Check-Disk-C  
  6.  
  7. check_period 24x7  
  8.  
  9. max_check_attempts 4  
  10.  
  11. normal_check_interval 3  
  12.  
  13. retry_check_interval 2  
  14.  
  15. contact_groups sagroup  
  16.  
  17. notification_interval 10  
  18.  
  19. notification_period 24x7  
  20.  
  21. notification_options w,u,c,r  
  22.  
  23. check_command check_nt!USEDDISKSPACE!-l c -w 80 -c 90  
  24.  
  25. }  
  26.  

 
 
  1. define service {  
  2.  
  3. host_name Web-Server  
  4.  
  5. service_description Check-Disk-D  
  6.  
  7. check_period 24x7  
  8.  
  9. max_check_attempts 4  
  10.  
  11. normal_check_interval 3  
  12.  
  13. retry_check_interval 2  
  14.  
  15. contact_groups sagroup  
  16.  
  17. notification_interval 10  
  18.  
  19. notification_period 24x7  
  20.  
  21. notification_options w,u,c,r  
  22.  
  23. check_command check_nt!USEDDISKSPACE!-l d -w 80 -c 90  
  24.  
  25. }  
  26.  

Based on the description in the article, we found that Nagios monitors Windows clients with good configuration. Please configure one now!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.