Changes between Version 13 and Version 14 of netmon2017cacti


Ignore:
Timestamp:
Nov 21, 2017, 5:25:18 PM (6 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • netmon2017cacti

    v13 v14  
    130130* Click '''Create'''.
    131131
    132 * Add another two trees. One for the workshop Route and another for workshop switch. Keep the parent item as '''[Network Devices]'''
     132* Add another two trees. One for the workshop Router (ws_rtr) and another for workshop switch(ws_sw). Keep the parent item of these created trees as '''[Network Devices]'''
    133133
    134134=== Adding Graphs to the graph tree ===
     
    142142* You will see all the graphs from the workshop switch select them all and select '''Place on a Tree''' from the '''choose an action''' drop down menu.
    143143
    144 * Click '''Go''' and select '''worshopswitch''' from the '''Destination Branch:''' drop down menu.
     144* Click '''Go''' and select '''ws_sw''' from the '''Destination Branch:''' drop down menu.
    145145
    146146* click '''Continue'''
     
    158158* To install threshold or thold pluging you also need the setting plugin to be install. Lets install both. First download the plugins
    159159{{{
    160 wget http://192.248.4.49/NetMon/setting.tar.gz
    161 wget http://192.248.4.49/NetMon/thold.tar.gz
     160sudo wget http://192.248.4.49/NetMon/settings.tar.gz
     161sudo wget http://192.248.4.49/NetMon/thold.tar.gz
    162162}}}
    163163
    164164* Extract the files
    165165{{{
    166 tar -zxvf setting.tar.gz
    167 tar -zxvf thold.tar.gz
     166sudo tar -zxvf settings.tar.gz
     167sudo tar -zxvf thold.tar.gz
    168168}}}
    169169