1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-10 06:16:19 +02:00

Create separate block for official vendor support

This commit is contained in:
Pavel Odintsov 2016-07-27 10:25:16 +03:00 committed by GitHub
parent cf865e1e2b
commit ee4ce8c5bb

View File

@ -31,6 +31,11 @@ Supported packet capture engines
You can check out the [comparison table](docs/CAPTURE_BACKENDS.md) for all available packet capture engines.
Complete integration with following vendors
--------------------------------
- [A10 Networks TPS integration](src/a10_plugin)
- [MikroTik RouterOS](src/mikrotik_plugin)
Features
--------
- Complete [BGP Flow Spec support](docs/BGP_FLOW_SPEC.md), RFC 5575
@ -38,7 +43,6 @@ Features
- Trigger block/notify script if an IP exceeds defined thresholds for packets/bytes/flows per second
- Thresholds can be configured per-subnet with the hostgroups feature
- [Announce blocked IPs](docs/EXABGP_INTEGRATION.md) via BGP to routers with [ExaBGP](https://github.com/Exa-Networks/exabgp)
- [A10 Networks TPS integration](src/a10_plugin)
- GoBGP [integration](docs/GOBGP.md) for unicast IPv4 announcements (you need build support manually).
- Full integration with [Graphite](docs/GRAPHITE_INTEGRATION.md) and [InfluxDB](docs/INFLUXDB_INTEGRATION.md)
- API (you need build support manually)