diff --git a/README.md b/README.md index e4dd8d15..c392ad28 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ Features: - Thresholds could be configured in per subnet basis with hostgroups feature - Could [announce blocked IPs](docs/EXABGP_INTEGRATION.md) to BGP router with [ExaBGP](https://github.com/Exa-Networks/exabgp) - Full integration with [Graphite](docs/GRAPHITE_INTEGRATION.md) and [InfluxDB](docs/INFLUXDB_INTEGRATION.md) +- Redis integration +- MongoDB integration - Deep packet inspection for attack traffic - netmap support (open source; wire speed processing; only Intel hardware NICs or any hypervisor VM type) - SnabbSwitch support (open source, very flexible, LUA driven, very-very-very fast) diff --git a/docs/MONGODB.md b/docs/MONGODB.md index c0cbfee6..d6e65b10 100644 --- a/docs/MONGODB.md +++ b/docs/MONGODB.md @@ -7,19 +7,6 @@ Install MongoDB itself: apt-get install -y mongodb-server mongodb-clients ``` -Library compilation: -```bash -cd /usr/src -wget https://github.com/mongodb/mongo-c-driver/releases/download/1.1.9/mongo-c-driver-1.1.9.tar.gz -tar xzf mongo-c-driver-1.1.9.tar.gz -cd mongo-c-driver-1.1.9 -./configure --prefix=/opt/mongo_c_driver_1_1_9 -make -make install -echo /opt/mongo_c_driver/lib > /etc/ld.so.conf.d/mongodb_c_driver.conf -ldconfig -``` - Build FastNetMon from Git's master branch. Enable it in configuration file: @@ -27,7 +14,7 @@ Enable it in configuration file: mongo_enabled = on ``` -Query data about attack's: +Query data about attacks: ```bash > use fastnetmon switched to db fastnetmon