最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Nagios監(jiān)控Windows Server 2008配置方法

 更新時(shí)間:2013年12月16日 15:05:36   作者:  
Nagios監(jiān)控windows服務(wù)器有三種實(shí)現(xiàn)方式:SNMP,NSClient++,NRPE,后面兩種方式都需要在Windows服務(wù)器上安裝agent,今天只和大家分享使用NSClient++方式來(lái)監(jiān)控Windows Server 2008

1.安裝NSClient++

訪問(wèn)http://nsclient.org/nscp/下載NSClient++,這里我使用的是NSClient++-0.3.9-x64的msi安裝包。下載之后直接安裝,過(guò)程中會(huì)提示輸入Nagios監(jiān)控服務(wù)器地址和密碼。地址填寫正確,密碼不用設(shè)置。Nagios監(jiān)控服務(wù)器事先在監(jiān)控Linux服務(wù)器時(shí)候已經(jīng)搭建好,以后再和大家分享。
安裝如下圖所示:

2.配置NSClient++

編輯安裝目錄下的NES.ini文件,打開NSClient++的端口。方法為找到:
[NSClient]
;port=12489
去掉port前的“;”就可以啟用12489端口。

我的是安裝在服務(wù)器的program files下的NSClient++-Win32-0.3.9目錄中。在cmd中執(zhí)行:
cd C:\Program files\NSClient++-Win32-0.3.5
netstat -an | more
查看12489端口是否正常監(jiān)聽在。
因?yàn)榘惭b時(shí)候需要的模塊已經(jīng)勾選了,所以配置文件中不用再作設(shè)置。否則可以通過(guò)去掉每個(gè)模塊前的;來(lái)啟用該模塊。

到這里即完成了Windows Server 2008上的配置。接下來(lái)我們?cè)O(shè)置Nagios監(jiān)控服務(wù)器。

3.Nagios監(jiān)控服務(wù)器設(shè)置

vi /usr/local/nagios/etc/nagios.cfg
搜索找到:
# Definitions for monitoring a Windows machine
# cfg_file=/usr/local/nagios/etc/objects/windows.cfg
將第二行的#去掉打開Nagios監(jiān)控的Windows模塊,然后保存。

接著編輯
# vi /usr/local/nagios/etc/objects/windows.cfg
找到并設(shè)置監(jiān)控的服務(wù)器:
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
}
設(shè)置被監(jiān)控主機(jī)名和被監(jiān)控的Windows服務(wù)器地址。

接下來(lái)搜索各種監(jiān)控的服務(wù)并設(shè)置:
# 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
}
監(jiān)控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
}

監(jiān)控服務(wù)器在線時(shí)間。

# 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
}

監(jiān)控服務(wù)器CPU負(fù)載。

# 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
}
監(jiān)控服務(wù)器的內(nèi)存占用。

# 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
}
監(jiān)控系統(tǒng)C盤的磁盤占用。

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

相關(guān)文章

最新評(píng)論

信阳市| 巴塘县| 阿城市| 蓝田县| 大庆市| 定结县| 会同县| 时尚| 大石桥市| 峨眉山市| 巴塘县| 额济纳旗| 大同市| 邯郸县| 平罗县| 新龙县| 博湖县| 兴业县| 封丘县| 刚察县| 青冈县| 会泽县| 石台县| 乐山市| 五峰| 诸暨市| 明水县| 隆化县| 江永县| 黑山县| 彰化市| 建阳市| 略阳县| 库伦旗| 蓬溪县| 贵阳市| 朔州市| 偃师市| 华池县| 左云县| 南投县|