1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-26 22:10:47 +02:00
fastnetmon-rewritten/docs/LUA_SUPPORT.md

13 lines
613 B
Markdown
Raw Normal View History

### We have LUA support for processing NetFlow flows
2017-12-03 22:56:36 +01:00
It supported only for NetFlow v5 and sFLOW at this moment and enabled by default.
2015-06-23 16:38:25 +02:00
Please be aware! In Ubuntu 14.04 lua-json 1.3.1 is [buggy](https://bugs.launchpad.net/ubuntu/+source/lua-json/+bug/1443288) and should be upgraded to 1.3.2.
2015-06-23 16:48:23 +02:00
2017-12-03 22:56:36 +01:00
Fast fix for lua-json for Ubuntu 14.04:
2015-06-23 16:48:23 +02:00
```bash
wget https://raw.githubusercontent.com/harningt/luajson/1.3.3/lua/json/decode/util.lua -O/usr/share/lua/5.1/json/decode/util.lua
2015-06-23 16:48:23 +02:00
wget https://raw.githubusercontent.com/harningt/luajson/1.3.3/lua/json/decode/strings.lua -O/usr/share/lua/5.1/json/decode/strings.lua
2015-06-23 16:48:23 +02:00
```