Changes between Version 5 and Version 6 of Cnbp2019/Agenda/MonitoringLab
- Timestamp:
- Mar 9, 2019, 10:20:15 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cnbp2019/Agenda/MonitoringLab
v5 v6 52 52 {{{#!mysql 53 53 MariaDB [(none)]> CREATE DATABASE librenms CHARACTER SET utf8 COLLATE utf8_unicode_ci; 54 MariaDB [(none)]> CREATE USER 'librenms'@'localhost' IDENTIFIED BY ' Strongpassword';54 MariaDB [(none)]> CREATE USER 'librenms'@'localhost' IDENTIFIED BY '<classpassword>'; 55 55 MariaDB [(none)]> GRANT ALL PRIVILEGES ON librenms.* TO 'librenms'@'localhost'; 56 56 MariaDB [(none)]> FLUSH PRIVILEGES; 57 MariaDB [(none)]>show databases; 57 58 MariaDB [(none)]> exit 58 59 }}} … … 101 102 102 103 For 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 {{{ 105 sudo service apache2 stop 106 sudo apt-get install nginx 107 }}} 108 > Make sure apache webserver is not installed nor running 106 109 107 110 == Installation of LIbreNMS ==