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:33]
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 97: Line 97:
 Disable updates Disable updates
   uncomment $config['update'] = 0; in config.php   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:
admin/nms.1560353582.txt.gz · Last modified: 2019/06/12 18:33 by peppe