Changes between Version 13 and Version 14 of netmon2017cacti
- Timestamp:
- Nov 21, 2017, 5:25:18 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
netmon2017cacti
v13 v14 130 130 * Click '''Create'''. 131 131 132 * Add another two trees. One for the workshop Route and another for workshop switch. Keep the parent itemas '''[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]''' 133 133 134 134 === Adding Graphs to the graph tree === … … 142 142 * 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. 143 143 144 * Click '''Go''' and select '''w orshopswitch''' from the '''Destination Branch:''' drop down menu.144 * Click '''Go''' and select '''ws_sw''' from the '''Destination Branch:''' drop down menu. 145 145 146 146 * click '''Continue''' … … 158 158 * To install threshold or thold pluging you also need the setting plugin to be install. Lets install both. First download the plugins 159 159 {{{ 160 wget http://192.248.4.49/NetMon/setting.tar.gz161 wget http://192.248.4.49/NetMon/thold.tar.gz160 sudo wget http://192.248.4.49/NetMon/settings.tar.gz 161 sudo wget http://192.248.4.49/NetMon/thold.tar.gz 162 162 }}} 163 163 164 164 * Extract the files 165 165 {{{ 166 tar -zxvf setting.tar.gz167 tar -zxvf thold.tar.gz166 sudo tar -zxvf settings.tar.gz 167 sudo tar -zxvf thold.tar.gz 168 168 }}} 169 169