LibreNMS - 開源的網路監測工具

LibreNMS是一款非常方便的網路監測工具,可以搭配SNMP去取得網路裝置的資訊以及透過其他插件去蒐集log並加以呈現

LibreNMS - 開源的網路監測工具

Install

Ubuntu

用ubuntu裝的話會有些麻煩,因為需要db及一些python套件

apt install software-properties-common
add-apt-repository universe
add-apt-repository ppa:ondrej/php
apt update
apt install acl curl fping git graphviz imagemagick mariadb-client mariadb-server mtr-tiny nginx-full nmap php-cli php-curl php-fpm php-gd php-gmp php-json php-mbstring php-mysql php-snmp php-xml php-zip rrdtool snmp snmpd whois unzip python3-pymysql python3-dotenv python3-redis python3-setuptools python3-systemd python3-pip

Docker Compose

https://github.com/librenms/docker/tree/master/examples/compose

只要把上面連結中的所有檔案下載下來就可以快速啟用