Changes between Version 5 and Version 6 of netmon2017netflow
- Timestamp:
- Nov 16, 2017, 10:42:06 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
netmon2017netflow
v5 v6 119 119 }}} 120 120 121 Find the rrd tool setting from 1.5 to '''1.6''' 121 Find the following line' 122 {{{ 123 if ( $rrd_version >= 1.2 && $rrd_version < 1.5 ) 124 }}} 125 126 change it to, 127 {{{ 128 if ( $rrd_version >= 1.2 && $rrd_version < 1.6 ) 129 }}} 122 130 123 131 Create the netflow user on the system