1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-23 09:12:14 +01:00
Commit Graph

3809 Commits

Author SHA1 Message Date
Pavel Odintsov
8015cb6fcd add documentation about running tool without root permissions on OpenVZ 2014-06-22 23:13:44 +04:00
Pavel Odintsov
55d1ebfcf3 refactor getrlimit/setrlimit code 2014-06-22 23:04:43 +04:00
Pavel Odintsov
6e2987c96f Merge pull request #12 from kaniini/master
initialization: use getrlimit(2)/setrlimit(2) to enable core dumps
2014-06-22 22:55:06 +04:00
William Pitcock
d2588bd513 initialization: use getrlimit(2)/setrlimit(2) to enable core dumps instead of exec(2).
using exec(2) is potentially insecure, as it depends on an outside utility.  the most robust way
to enable core dumps is to set the resource limits inside the program.
2014-06-22 07:25:12 -05:00
Pavel Odintsov
27fdcffb0a Introduce ability to specify work interfaces in config file 2014-06-22 15:06:48 +04:00
Pavel Odintsov
81068e45fa Add warnings about bad sorter 2014-06-22 14:59:11 +04:00
Pavel Odintsov
deac1faf0b Introduce channel speed for other/internal traffic. Reafactored some code 2014-06-22 14:57:02 +04:00
Pavel Odintsov
eb9f019059 Fix bug and rebuild static version v1.0.0 2014-06-21 19:33:41 +04:00
Pavel Odintsov
8bc27f2e0c Migrate to pfring's packet parser 2014-06-21 19:31:16 +04:00
Pavel Odintsov
ba49a03368 Refactored packet_parser code 2014-06-21 18:11:53 +04:00
Pavel Odintsov
067a3ee9bb Add explicit non standard ethertypes handler 2014-06-20 21:40:30 +04:00
Pavel Odintsov
8d1fe20802 Update README.md
Fix wget flags for convenient upgrade binary.
2014-06-20 19:23:24 +04:00
Pavel Odintsov
88bb4c867d Merge branch 'master' of https://github.com/FastVPSEestiOu/fastnetmon 2014-06-20 19:18:43 +04:00
Pavel Odintsov
e4a2c907a8 Introduce debug flag 2014-06-20 19:18:27 +04:00
Pavel Odintsov
818fea1196 Update README.md
Add info about debug flags
2014-06-20 19:18:01 +04:00
Pavel Odintsov
7549b264d0 Update README.md
Add info about program run without root permissions.
2014-06-20 19:10:28 +04:00
Pavel Odintsov
26a1182382 Update README.md
Fix bug in build docs
2014-06-18 22:17:57 +04:00
Pavel Odintsov
a13e53d2a8 Introduce external whitelist 2014-06-09 18:28:56 +04:00
Pavel Odintsov
ffdcc6ff69 Add logging to file 2014-06-09 16:47:11 +04:00
Pavel Odintsov
590ba95f86 Send mail to root now 2014-06-09 15:58:55 +04:00
Pavel Odintsov
84caf90c2a Upgrade binary version for support config files and right parsers 2014-06-09 15:55:50 +04:00
Pavel Odintsov
594bd4608f Rewrite openvz IP parser code 2014-06-09 15:53:31 +04:00
Pavel Odintsov
4a125e335e Add prototype of custom LPM lookup tree 2014-06-09 15:26:37 +04:00
Pavel Odintsov
1633fce10a Load config file on startup 2014-06-09 15:15:22 +04:00
Pavel Odintsov
6fa6a0781b disable redis traffic counter by default 2014-06-09 14:33:07 +04:00
Pavel Odintsov
dd1857a473 Fix install guide 2014-06-09 14:15:30 +04:00
Pavel Odintsov
d8ce6aaaf6 Migrate to new PF_RING version 2014-06-09 14:03:34 +04:00
Pavel Odintsov
6f6991b174 rewrite subnet list reading code 2014-06-09 13:57:28 +04:00
Pavel Odintsov
1fda203979 We use static compile as default from now 2014-06-09 13:57:02 +04:00
Pavel Odintsov
b36f6cd695 Add remarks about performance 2014-06-09 13:33:43 +04:00
Pavel Odintsov
0e3f2a8cc3 Add configuration using config file 2014-06-09 13:08:19 +04:00
Pavel Odintsov
cea44e597c Add config example and fix notify script 2014-06-09 13:06:59 +04:00
Pavel Odintsov
2810125b99 Add config file example 2014-06-09 13:05:52 +04:00
Pavel Odintsov
f5847fc5d0 Update README.md
Add installation on CentOS.
2014-06-08 23:34:40 +04:00
Pavel Odintsov
e4a4a01d3a Update README.md
Add documentation about statical linked version
2014-06-08 23:30:20 +04:00
Pavel Odintsov
ce2ccb1ca6 Update README.md
Add docs about OpenVZ support.
2014-06-08 23:26:32 +04:00
Pavel Odintsov
289ea9dc0c Add binary version 2014-06-08 23:23:03 +04:00
Pavel Odintsov
a06d5bcd41 Add flags to compile statically 2014-06-08 23:22:17 +04:00
Pavel Odintsov
8f29a308bf Update README.md
Fix path to PF_RING disto.
2014-06-08 23:10:23 +04:00
Pavel Odintsov
694f4da6e7 Update README.md
Add email examples.
2014-06-08 22:49:25 +04:00
Pavel Odintsov
e1b3d0df80 Update README.md
Rewrite documentation
2014-06-08 22:42:41 +04:00
Pavel Odintsov
c3fc875f2b Update README.md
Add documentation /etc/networks_list. Fixes: #3
2014-06-08 14:33:48 +04:00
Pavel Odintsov
f34900c785 Update README.md
Fix alignment of image.
2014-06-08 14:30:03 +04:00
Pavel Odintsov
a17ba0ff63 Update README.md
Add explained documentation
2014-06-08 14:29:37 +04:00
Pavel Odintsov
a5b572cc6e Add main screen image 2014-06-08 14:26:39 +04:00
Pavel Odintsov
79e7a276e9 Update README.md
Add images examples.
2014-06-08 14:12:49 +04:00
Pavel Odintsov
1f11eb4e97 Update README.md
Fix documentation.
2014-06-08 14:06:27 +04:00
Pavel Odintsov
86644d2b68 Update README.md 2014-06-05 15:11:24 +04:00
Pavel Odintsov
5845289fa0 Update README.md 2014-05-08 18:15:51 +04:00
Pavel Odintsov
df4247d046 remove unused code 2014-03-16 14:14:24 +04:00