Skip to main content

LibreNMS架設 - Ubuntu 20

安裝環境

  • pve
  • lxc
  • ubuntu 20

設定時區

timedatectl set-timezone Asia/Taipei

最新LibreNMS已強制要求>php8.1

apt update
apt install software-properties-common
add-apt-repository universe
apt install php-mbstring php8.1-cli php8.1-common php8.1-curl php8.1-fpm php8.1-gd php8.1-mbstring php8.1-mysql php8.1-opcache php8.1-readline php8.1-snmp php8.1-xml php8.1-zip acl curl fping git graphviz imagemagick mariadb-client mariadb-server mtr-tiny nginx-full nmap rrdtool snmp snmpd whois unzip python3-pymysql python3-dotenv python3-redis python3-setuptools python3-systemd python3-pip -y

php-mbstring未安裝會造成500 ERROR