您好,登錄后才能下訂單哦!
今天來介紹一下用NSClient++方式來監控Windows主機,此文默認你已經搭建好Nagios服務器,到http://sourceforge.net/projects/nscplus 下載最新的NSClient++,并且安裝,安裝的過程輸入Nagios服務器的ip地址,密碼不用謝,下面的選項全部勾上,除了倒數第二個,然后就不需要任何配置了,最新的軟件是默認自動開啟NSClient服務的,網上好多文章都要配置ns.ini文件和服務,最新軟件完全沒必要。
安裝完成之后就要到nagios進行配置
vi /usr/local/nagios/etc/nagios.cfg # Definitions for monitoring the local (Linux) host cfg_file=/usr/local/nagios/etc/objects/localhost.cfg # Definitions for monitoring a Windows machine cfg_file=/usr/local/nagios/etc/objects/windows.cfg #去掉這句話的注釋
然后打開windows.cfg,只需要更改
define host{ use windows-server ; Inherit default values from a template host_name vm-test15 ; The name we're giving to this host alias My Windows Server ; A longer name associated with the host address 172.25.193.15 ; IP address of the host }
address 是你Windows 客戶端的ip地址,然后更改host_name,可以在vim里使用命令
:%s/winserver/vm-test15/
然后重啟Nagios就可以監控到Windows了。
如果是監控多臺window server,就在nagios里復制windows.cfg 那行,然后在objects目錄及建立相應的文件,并且更改host name和ip addr。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。