在新版本上要修正一下
目前版本
23.7.0-73-gd865e3b37 - Sun Aug 13 2023 22:56:54 GMT+0800
以ubuntu為例子
首先要安裝nagios套件
sudo apt install nagios-plugins
chmod +x /usr/lib/nagios/plugins/*
更改設定檔
vi /opt/librenms/config.php
# nagios-plugins
$config['show_services'] = 1;
$config['nagios_plugins'] = "/usr/lib/nagios/plugins";
vi /etc/cron.d/librenms
*/5 * * * * librenms /opt/librenms/services-wrapper.py 1
設定完成後就會在web介面上多出 service 的選項可以使用
接下來碰到的問題是
如果把service設定到 localhost
是無法正常使用的
要新加一個device
設定為 service_chcek
然後把 snmp 及 ping check都關掉
再把service設定到 service_check 這個device上
才能正常
如果在check service 時有加上參數捉取回應時間
librenms 會自動使用這個值畫出圖
可以由此觀察服務的回應時間 看出service有沒有lag的情況
沒有留言:
張貼留言