Changes between Version 1 and Version 2 of Cnbp2019/Agenda/LibrenmsWebui
- Timestamp:
- Feb 4, 2019, 2:04:49 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cnbp2019/Agenda/LibrenmsWebui
v1 v2 1 LibreNMS GUI configuration 1 = LibreNMS GUI configuration = 2 2 3 http://librenms.example.com/install.php 3 As you have completed the CLI steps of LibreNMS installation procedure, rest of the configuration is done through the web UI. 4 Go to 5 http://librenms.inst.ac.lk/install.php and continue. 4 6 5 [[Image( wiki:Cnbp2019/Agenda/LabSetup:CampusNetwork.png,85%)]]7 [[Image(LibreNMSstep0.png,25%)]] 6 8 7 Please check permission librenms directory before proceeding step 2 8 chmod 775 -R /opt/librenms 9 10 Please check permission librenms directory before proceeding **step 2** 11 12 `chmod 775 -R /opt/librenms` 9 13 10 14 Proceed to configure database connection, and add an admin user. 11 [[Image(wiki:Cnbp2019/Agenda/LabSetup:CampusNetwork.png,85%)]] 15 16 [[Image(LibreNMSStep3.png,25%)]] 12 17 13 The web installer might prompt you to create a config.php file in your librenms install location manually, copying the content displayed on-screen to the file.14 sudo vim /opt/librenms/config.php15 18 16 [[Image(wiki:Cnbp2019/Agenda/LabSetup:CampusNetwork.png,85%)]] 19 On step 5, the web installer might prompt you to create a config.php file in your librenms install location manually, copying the content displayed on-screen to the file. 20 `sudo vim /opt/librenms/config.php` 21 22 23 [[Image(LibreNMSStep5.png,25%)]] 17 24 18 25 19 26 20 27 If you have to do this, please remember to set the permissions on config.php after you copied the on-screen contents to the file. Run: 21 sudo chown librenms:librenms /opt/librenms/config.php 28 29 `sudo chown librenms:librenms /opt/librenms/config.php` 22 30 23 31 24 You have a ready LibreNMS Monitoring tool, validate the installation by clicking “validate your install and fix any issues”link or using:32 Now you have a ready LibreNMS Monitoring tool, validate the installation by clicking **validate your install and fix any issues** link or using: 25 33 34 {{{#!TXT 26 35 # cd /opt/librenms 27 36 # ./validate.php … … 48 57 rrd/.gitignore 49 58 59 }}} 50 60 51 61 Login to LibreNMS Admin portal and start configuring your Network Monitoring 52 62 53 [[Image( wiki:Cnbp2019/Agenda/LabSetup:CampusNetwork.png,85%)]]63 [[Image(LibreNMSLogin.png,25%)]]