OS Updates Agent 服務
LibreNMS
02.服務 Agent 安裝
記錄 OS Updates 設定方式
安裝 OS Updates 套件服務
wget https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/osupdate -O /etc/snmp/osupdate
給予剛下載好的 Agent 有執行權限
chmod +x /etc/snmp/osupdate
修改 snmp 設定 vim /etc/snmp/snmpd.conf
# 新增加這一條
extend osupd...