Changes between Version 24 and Version 25 of Nmm2022/Agenda/SmokepingSetup


Ignore:
Timestamp:
May 16, 2022, 4:18:38 PM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/SmokepingSetup

    v24 v25  
    190190=== Configure monitoring of Other devices of Campus ===
    191191Once you have configured the hosts on your campus, then it's time to add the entries for the Routers, Switches and Firewalls in your campus network.
     192{{{
     193# cd /etc/smokeping/config.d
     194# editor Targets
     195}}}
     196
     197Go to the bottom of the file and add in entries for your campus routers and switches:
     198{{{
     199
     200#
     201#******** Campus  Network Devices ********
     202#
     203
     204+campusYNetwork
     205
     206menu = Campus  Network Devices
     207title = Network Devices Campus
     208
     209#
     210# ********** Campus Border Router *********
     211#
     212
     213++Routers
     214menu = Border Routers
     215title = Border Router
     216
     217+++campus1
     218menu = FAC1
     219title = Faculty 1 (FAC1)
     220host = 10.1.30.254
     221
     222
     223+++campus2
     224menu = FAC2
     225title = Faculty 2 (FAC2)
     226host = 10.1.30.254
     227
     228
     229+++campus3
     230menu = FAC1-BLD1-FL2
     231title = Faculty One (FAC1-BLD1-FL2)
     232host = 10.1.30.254
     233
     234
     235++Firewalls
     236menu = PFsense Firewall
     237title = PFsense Firewall
     238host = 10.1.30.254
     239
     240
     241}}}