User Tools

Site Tools


admin:nms

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
admin:nms [2019/06/12 18:17]
peppe
admin:nms [2019/06/20 10:19] (current)
peppe
Line 52: Line 52:
   /etc/php/7.1/apache2/php.ini   /etc/php/7.1/apache2/php.ini
   /etc/php/7.1/cli/php.ini   /etc/php/7.1/cli/php.ini
-  +
   # a2enmod php7.1   # a2enmod php7.1
      
Line 74: Line 74:
      
   # systemctl restart mariadb   # systemctl restart mariadb
-   + 
-  #  apt install composer fping git graphviz imagemagick mtr-tiny nmap python-memcache python-mysqldb rrdtool snmp snmpd whois+  # apt install composer fping git graphviz imagemagick mtr-tiny nmap python-memcache python-mysqldb rrdtool snmp snmpd whois
      
   # useradd librenms -d /opt/librenms -M -r   # useradd librenms -d /opt/librenms -M -r
Line 94: Line 94:
   # cd /opt/librenms   # cd /opt/librenms
   # ./scripts/composer_wrapper.php install --no-dev   # ./scripts/composer_wrapper.php install --no-dev
 +
 +Disable updates
 +  uncomment $config['update'] = 0; in config.php
 +
 +Enable discovery
 +  $config['nets'][] = "10.1.2.0/24"; in config.php
 +
 +Manual discovery
 +  python3 ./snmp-scan.py <IP or range>
  
 Installation validation: Installation validation:
Line 99: Line 108:
   ./validate.php   ./validate.php
  
-  FIXME +
-  Access from http://<IP>/librenms/html/ +
-  Login at http://<IP>/librenms/html/index.php/login+
admin/nms.1560352659.txt.gz · Last modified: 2019/06/12 18:17 by peppe