您好,登錄后才能下訂單哦!
Cacti插件說明及下載地址:http://docs.cacti.net/plugins
1、Settings插件
[root@nagios ~]# cd /home/nagios [root@nagios nagios]# wget http://docs.cacti.net/_media/plugin:settings-v0.7-1.tgz [root@nagios nagios]# mv plugin:settings-v0.7-1.tgz settings-v0.7-1.tgz [root@nagios nagios]# tar zxvf settings-v0.7-1.tgz -C /var/www/html/cacti/plugins/
2、Thold插件
Cacti閾值報警插件,對某項(xiàng)數(shù)據(jù)設(shè)定一個范圍,超過這個范圍就會伐alarm,比如說我監(jiān)控cpu,設(shè)定cpu使用率大于90%或者小于10%就發(fā)mail給我。
[root@nagios nagios]# wget http://docs.cacti.net/_media/plugin:thold-v0.5.0.tgz [root@nagios nagios]# mv plugin:thold-v0.5.0.tgz thold-v0.5.0.tgz [root@nagios nagios]# tar zxvf thold-v0.5.0.tgz -C /var/www/html/cacti/plugins/
在頁面上點(diǎn)擊Plugin Management中install和enable啟用插件
3、WeatherMap插件
網(wǎng)絡(luò)拓樸圖插件,創(chuàng)建網(wǎng)絡(luò)設(shè)備間連接關(guān)系圖,展現(xiàn)其性能指標(biāo)
安裝:
[root@nagios nagios]# wget http://www.network-weathermap.com/files/php-weathermap-0.97c.zip [root@nagios nagios]# unzip php-weathermap-0.97c.zip -d /var/www/html/cacti/plugins/
在頁面上點(diǎn)擊Plugin Management中install和enable啟用插件
配置:
[root@nagios nagios]# chmod -R 777 /var/www/html/cacti/plugins/weathermap [root@nagios nagios]# cd /var/www/html/cacti/plugins/weathermap [root@nagios weathermap]# chown apache output -R [root@nagios weathermap]# chown apache configs -R [root@nagios weathermap]# vi editor.php ENABLED=true
創(chuàng)建:
頁面左側(cè)weathermap-->add--add添加默認(rèn)的示例simple.conf
頁面頂部weathermap-->下方Editor
4、Discovery插件
設(shè)備發(fā)現(xiàn)插件,自動掃描指定IP段內(nèi)的設(shè)備
[root@nagios weathermap]# cd /home/nagios [root@nagios nagios]# wget http://docs.cacti.net/_media/plugin:discovery-v1.5-1.tgz [root@nagios nagios]# tar zxvf discovery-v1.5-1.tgz -C /var/www/html/cacti/plugins/
頁面settings-->設(shè)置掃描IP段和DNS
手動搜索:
[root@nagios nagios]# php -q /var/www/html/cacti/plugins/discovery/findhosts.php -f -d
5、Monitor插件
設(shè)備在線狀態(tài)監(jiān)控插件,在cacti頁面host中設(shè)置了的主機(jī)會在monitor頁面顯示在線狀態(tài),可以和thold插件配置報警.
[root@nagios nagios]# wget http://docs.cacti.net/_media/plugin:monitor-v1.3-1.tgz [root@nagios nagios]# tar zxvf monitor-v1.3-1.tgz -C /var/www/html/cacti/plugins/
6、設(shè)置Cacti
網(wǎng)上說要在這添加插件,我直接在頁面點(diǎn)擊install和enable后就出現(xiàn)了,沒有刷出來的可以設(shè)置下。
[root@nagios nagios]# vi /var/www/html/cacti/include/config.php $plugins[] = 'npc'; $plugins[] = 'thold'; $plugins[] = 'weathermap'; $plugins[] = 'discovery'; $plugins[] = 'monitor';
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。