installation and config.php
Ubuntu Network configuration with Netplan | https://linuxconfig.org/how-to-configure-static-ip-address-on-ubuntu-18-04-bionic-beaver-linux |
Installation and Update | 1- use the ova file from https://github.com/librenms/packer-builds/releases/tag/1.63 2- update 3- install pip3 and update/install python module python3 as default [ remove the link and create a new one ] sudo apt update -y sudo apt install python3-pip sudo pip3 install -r requirements.txt |
/opt/librenms/config.php | https://docs.librenms.org/Extensions/Auto-Discovery/ modify the config file by adding the subnet: $config['nets'][] = "172.30.95.0/24"; $config['allow_duplicate_sysName'] = true; Change the password: to juniper123 $config['db_pass'] = 'D42nf23rewD'; |
slow scanning of the network | /opt/librenms/snmp-scan.py -v -t 10 /opt/librenms/snmp-scan.py -t 10 -r 172.30.95.170/32 |