Changes between Version 1 and Version 2 of Cnbp2019/Agenda/LibrenmsWebui


Ignore:
Timestamp:
Feb 4, 2019, 2:04:49 PM (6 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cnbp2019/Agenda/LibrenmsWebui

    v1 v2  
    1 LibreNMS GUI configuration
     1= LibreNMS GUI configuration =
    22
    3 http://librenms.example.com/install.php
     3As you have completed the CLI steps of LibreNMS installation procedure, rest of the configuration is done through the web UI.
     4Go to
     5http://librenms.inst.ac.lk/install.php and continue.
    46
    5 [[Image(wiki:Cnbp2019/Agenda/LabSetup:CampusNetwork.png,85%)]]
     7[[Image(LibreNMSstep0.png,25%)]]
    68 
    7 Please check permission librenms directory before proceeding step 2
    8 chmod 775 -R  /opt/librenms
     9
     10Please check permission librenms directory before proceeding **step 2**
     11
     12`chmod 775 -R  /opt/librenms`
    913
    1014Proceed to configure database connection, and add an admin user.
    11 [[Image(wiki:Cnbp2019/Agenda/LabSetup:CampusNetwork.png,85%)]]
     15
     16[[Image(LibreNMSStep3.png,25%)]]
    1217 
    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.php
    1518
    16 [[Image(wiki:Cnbp2019/Agenda/LabSetup:CampusNetwork.png,85%)]]
     19On 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%)]]
    1724 
    1825
    1926
    2027If 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`
    2230
    2331
    24 You have a ready LibreNMS Monitoring tool, validate the installation by clicking  “validate your install and fix any issues” link or using:
     32Now you have a ready LibreNMS Monitoring tool, validate the installation by clicking  **validate your install and fix any issues** link or using:
    2533
     34{{{#!TXT
    2635# cd /opt/librenms
    2736# ./validate.php
     
    4857         rrd/.gitignore
    4958
     59}}}
    5060
    5161Login to LibreNMS Admin portal and start configuring your Network Monitoring
    5262
    53 [[Image(wiki:Cnbp2019/Agenda/LabSetup:CampusNetwork.png,85%)]]
     63[[Image(LibreNMSLogin.png,25%)]]