1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-26 20:26:16 +02:00

Merge pull request #408 from robertoberto/master

Update INSTALL.md
This commit is contained in:
Pavel Odintsov 2015-09-14 21:41:38 +03:00
commit fca3353749

View File

@ -35,6 +35,7 @@ When an incoming or outgoing attack occurs, the program calls a bash script twic
```bash
/usr/local/bin/notify_about_attack.sh
```
The first time when threshold exceed (at this step we know IP, direction and power of attack). Second when we collect 100 packets for detailed audit of what happened.
A sample script is provided and can be installed as follows:
@ -44,6 +45,9 @@ chmod 755 /usr/local/bin/notify_about_attack.sh
```
After copying the file, you need to open it and configure the 'email_notify' option as required.
You can use an alternative python script: /usr/src/fastnetmon/src/scripts/fastnetmon_notify.py
Guide for manual install (for unsupported platforms): [link](MANUAL_INSTALL.md)
If you want unstable development branch, please use this syntax: