...
access the librenms | http://localhost:8080/addhost | |||||
---|---|---|---|---|---|---|
Accsess htpp and snmp | https://docs.librenms.org/Installation/Images/ WebUI (http://localhost:8080) username: librenms / password: SSH (ssh://localhost:2023) username: librenms / password: MySQL/MariaDB username: librenms / password: | |||||
auto discovery config change | https://docs.librenms.org/Extensions/Auto-Discovery/ Add: $config['nets'][] = '172.30.95.0/24'; $config['nets'][] = '172.30.92.0/24'; >>> restart the process ?????? | |||||
snmp-scan.py | https://docs.librenms.org/Extensions/Auto-Discovery/ | |||||
librenms@librenms:~$ python3 /opt/librenms/snmp-scan.py -t 10 -r 172.30.95.128/25 librenms@librenms:~$ python3 /opt/librenms/snmp-scan.py -t 10 -r 172.30.95.0/25 | ||||||
| ||||||
...