Changes between Initial Version and Version 1 of Nmm2022/Agenda/SmokepingSetup


Ignore:
Timestamp:
May 16, 2022, 7:18:54 AM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/SmokepingSetup

    v1 v1  
     1= Campus Network Design - Network Setup =
     2
     3In this exercise you will install Smokeping and get it to monitor various devices in the class network.
     4
     5Since most of the tasks in this exercise require you to be "root", the first thing you should do is to connect to your PC and start a root shell.
     6{{{
     7$ sudo -s
     8#
     9}}}
     10=== Install Smokeping ===
     11Before we install Smokeping we have to update our OS and install Apache web server.
     12{{{
     13# apt update
     14# apt upgrade
     15# apt install apache2
     16# systemctl start apache2
     17# systemctl enable apache2
     18}}}
     19Now we will continue with the Smokeping installation.