1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-22 01:32:35 +02:00
fastnetmon-rewritten/docs/REDIS.md
Pavel Odintsov 807091a7a8 Fix in docs
2015-04-13 13:05:42 +03:00

587 B

Redis backend

I introduced Redis support for store information about attacks.

Please call redis-cli and input following commands

keys *
1) "10.10.10.200_flow_dump"
2) "10.10.10.200_information"
3) "10.10.10.200_packets_dump"

Basic information about attack (stored immediately) get 10.10.10.200_information

Complete flow dump for attack if flow tracking enabled (stored immediately) get 10.10.10.200_flow_dump

Complete per packet attack dump (stored with some delay; can be absent in some cases of slow attacks) get 10.10.10.200_packets_dump