Nagios监控Windows客户端

运维 系统运维
Nagios是Linux/Unix操作系统上的监视系统,很强大很好用,光在那两个系统运行也不是问题,来转到Windows系统。Nagios监控Windows客户端很好实现。

Nagios监控Windows客户端具体流程如下:

 

Nagios 

图-Nagios

  对与Nagios监控服务器不需要什么其它的配置,写services.cfg即可。

  以下是我监控公司一台Windows 2003 Server的配置:

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

 

 

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

 

 

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

 

通过文章的描述,我们发现Nagios监控Windows客户端很好配置,快去配置一个吧!

【编辑推荐】

  1. Ubuntu下安装运行Nagios
  2. 运维监控Nagios:启动服务
  3. Nagios远程监控软件的装置与设置装备
  4. nagios报警通过飞信
  5. nagios客户端程序的安装
  6. Nagios 功能与结构
  7. nagios 在 Debian 的部署结构
责任编辑:赵鹏 来源: 网络转载
相关推荐

2011-04-06 14:24:27

Nagios监控Linux

2011-04-06 14:24:20

Nagios监控Linux

2011-03-21 14:53:36

Nagios监控Linux

2011-03-21 14:53:27

Nagios监控Linux

2011-03-24 13:00:31

配置nagios客户端

2011-04-06 14:24:21

Nagios监控Linux

2011-03-21 14:53:27

Nagios监控Linux

2011-04-06 14:24:18

2014-01-17 15:23:55

Nagios

2011-03-25 12:50:29

nagios安装

2012-01-13 10:29:37

ibmdw

2011-10-26 20:17:05

2010-05-31 15:55:42

2011-03-22 13:00:49

Nagios监控

2011-08-17 10:10:59

2021-09-22 15:46:29

虚拟桌面瘦客户端胖客户端

2015-01-27 23:27:48

微信微信客户端

2010-05-31 10:11:32

瘦客户端

2011-10-26 13:17:05

2011-03-02 14:36:24

Filezilla客户端
点赞
收藏

51CTO技术栈公众号