Changes between Version 5 and Version 6 of Cnbp2019/Agenda/MonitoringLab


Ignore:
Timestamp:
Mar 9, 2019, 10:20:15 AM (5 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cnbp2019/Agenda/MonitoringLab

    v5 v6  
    5252{{{#!mysql
    5353MariaDB [(none)]> CREATE DATABASE librenms CHARACTER SET utf8 COLLATE utf8_unicode_ci;
    54 MariaDB [(none)]> CREATE USER 'librenms'@'localhost' IDENTIFIED BY 'Strongpassword';
     54MariaDB [(none)]> CREATE USER 'librenms'@'localhost' IDENTIFIED BY '<classpassword>';
    5555MariaDB [(none)]> GRANT ALL PRIVILEGES ON librenms.* TO 'librenms'@'localhost';
    5656MariaDB [(none)]> FLUSH PRIVILEGES;
     57MariaDB [(none)]>show databases;
    5758MariaDB [(none)]> exit
    5859}}}
     
    101102
    102103For this setup, we will use Nginx as a web server for LibreNMS, install it by running:
    103 
    104 `sudo apt-get install nginx`
    105 
     104{{{
     105sudo service apache2 stop
     106sudo apt-get install nginx
     107}}}
     108> Make sure apache webserver is not installed nor running
    106109
    107110== Installation of LIbreNMS ==