centos安裝nagios服務(測試可用)

2021-09-21 02:33:49 字數 1940 閱讀 6413

(詳細配置請檢視我的另一篇文章:

nagios安裝 - 服務端(192.168.8.81)

安裝nagios相關的包

yum  -y  install  nagios  nagios-plugins  nagios-plugins-all  nagios-plugins-nrpe  nrpe
設定登入nagios後台的使用者和密碼:

htpasswd  -c  /etc/nagios/passwd  leechown  nagios.nagios  /etc/logrotate.d/nagios

chmod g+w /etc/logrotate.d/nagios

chown -r nagios.nagios /etc/nagios

vim /etc/nagios/nagios.cfg(nagios主配置檔案)

nagios -v /etc/nagios/nagios.cfg 檢測主配置檔案的語法

啟動服務:

瀏覽器訪問: 192.168.8.81/nagios

nagios安裝 - 客戶端(192.168.8.82)

安裝nrpe服務

yum  -y  install  nagios-plugins  nagios-plugins-nrpe  nrpe
修改 nrpe 主配置檔案:vim /etc/nagios/nrpe.cfg

找到「allowed_hosts=127.0.0.1」 改為 「allowed_hosts=127.0.0.1,192.168.8.81」 後面的ip為服務端ip

修改/etc/hosts.allow增加監控機ip:

echo  'nrpe:192.168.8.82'

>> /etc/hosts.allow

檢視 nrpe 埠是否開啟:

netstat  -nutlp  |  grep  5666
啟動客戶端

systemctl  start  nrpe
在服務端新增客戶端主機(192.168.8.82)

新增命令:vim /etc/nagios/objects/commands.cfg

define command
vim /etc/nagios/conf.d/lee.cfg

//加入:

define host

define service

define service

define service

define service

define service

最後加上個配置成功後的畫面:

#5. nagios 的通知指令碼在 /etc/nagios/objects/contacts.cfg裡面:

#6. 可以在 /etc/nagios/objects/commands.cfg裡面修改命令:

centos安裝redis server服務

進入 usr local mysql目錄make。然後再進入 usr local mysql src,接著cp redis server redis cli redis sentinel redis benchmark redis check aof usr local bin 建立配置檔案 mkd...

CentOS7安裝 Apache HTTP 伺服器

點選 11457次 不管你因為什麼原因使用伺服器,大部分情況下你都需要乙個 http 伺服器執行 多 使用者端指令碼和很多其它的東西。安裝 apache 伺服器 listen 80 把埠號 80 改為其它任何埠 例如 3221 儲存並退出。更改 apache 埠 允許 http 服務通過防火牆 永久...

《Centos6 nagios監控服務安裝部署》

nagios包 nagios外掛程式包 nagios擴充套件包 root localhost cat etc sysconfig network scripts ifcfg eth0 device eth0 type ethernet uuid d4e06019 5bd3 4a07 a5d9 737...