当前位置:  操作系统/服务器>linux

Nagios监控Windows Server 2008配置方法

    来源: 互联网  发布时间:2014-08-25

    本文导语:  1.安装NSClient++访问http://nsclient.org/nscp/下载NSClient++,这里我使用的是NSClient++-0.3.9-x64的msi安装包。下载之后直接安装,过程中会提示输入Nagios监控服务器地址和密码。地址填写正确,密码不用设置。Nagios监控服务器事先在监控Lin...

1.安装NSClient++

访问http://nsclient.org/nscp/下载NSClient++,这里我使用的是NSClient++-0.3.9-x64的msi安装包。下载之后直接安装,过程中会提示输入Nagios监控服务器地址和密码。地址填写正确,密码不用设置。Nagios监控服务器事先在监控Linux服务器时候已经搭建好,以后再和大家分享。
安装如下图所示:

2.配置NSClient++

编辑安装目录下的NES.ini文件,打开NSClient++的端口。方法为找到:
[NSClient]
;port=12489
去掉port前的“;”就可以启用12489端口。

我的是安装在服务器的program files下的NSClient++-Win32-0.3.9目录中。在cmd中执行:
cd C:Program filesNSClient++-Win32-0.3.5
netstat -an | more
查看12489端口是否正常监听在。
因为安装时候需要的模块已经勾选了,所以配置文件中不用再作设置。否则可以通过去掉每个模块前的;来启用该模块。

到这里即完成了Windows Server 2008上的配置。接下来我们设置Nagios监控服务器。

3.Nagios监控服务器设置

vi /usr/local/nagios/etc/nagios.cfg
搜索找到:
# Definitions for monitoring a Windows machine
# cfg_file=/usr/local/nagios/etc/objects/windows.cfg
将第二行的#去掉打开Nagios监控的Windows模块,然后保存。

接着编辑
# vi /usr/local/nagios/etc/objects/windows.cfg
找到并设置监控的服务器:
define host{
use windows-server ; Inherit default values from a template
host_name winserver ; The name we're giving to this host
alias My Windows Server ; A longer name associated with the host
address 192.168.0.2 ; IP address of the host
}
设置被监控主机名和被监控的Windows服务器地址。

接下来搜索各种监控的服务并设置:
# Create a service for monitoring the version of NSCLient++ that is installed
# Change the host_name to match the name of the host you defined above

define service{
use generic-service
host_name winserver
service_description NSClient++ Version
check_command check_nt!CLIENTVERSION
}
监控NSClient版本。

# Create a service for monitoring the uptime of the server
# Change the host_name to match the name of the host you defined above

define service{
use generic-service
host_name winserver
service_description Uptime
check_command check_nt!UPTIME
}

监控服务器在线时间。

# Create a service for monitoring CPU load
# Change the host_name to match the name of the host you defined above

define service{
use generic-service
host_name winserver
service_description CPU Load
check_command check_nt!CPULOAD!-l 20,30,50
}

监控服务器CPU负载。

# Create a service for monitoring memory usage
# Change the host_name to match the name of the host you defined above

define service{
use generic-service
host_name winserver
service_description Memory Usage
check_command check_nt!MEMUSE!-w 80 -c 90
}
监控服务器的内存占用。

# Create a service for monitoring C: disk usage
# Change the host_name to match the name of the host you defined above

define service{
use generic-service
host_name winserver
service_description C: Drive Space
check_command check_nt!USEDDISKSPACE!-l c -w 80 -c 90
}
监控系统C盘的磁盘占用。

部署好之后在Nagios中显示如下:


    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 监控系统 Nagios iis7站长之家
  • Fully Automated Nagios
  • Nagios 管理工具 NagiosQL
  • nagios 分发文件实现代码
  • Nagios插件 Monitoringplug
  • Nagios 的跨平台代理 NCPA
  • 跪求Nagios3.2.1汉化包
  • nagios如何不检查 Host Check Timed Out
  • 急:Nagios nrpe插件求解
  • 有谁对nagios 的原代码做过分析的,给小弟点帮助啊
  • 现在nagios哪个版本最稳定?
  • 部署在nagios中的语句不能执行
  • linux平台有哪些著名开源软件比如nagios,
  • 在Centos虚拟机下安装nagios sms
  • Nagios check_oracle_health 关于执行SQL问题
  • linux安装nagios,安装nrpe时候,先安装了openssl再从安装nrpe出错。
  • 有哪位大牛搞过nagios插件的么?解决后加到100分
  • Nagios 报错 specified in host definition could not be not found
  • nagios关于escalation的疑惑
  • 安装nagios插件的时候报错!


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3