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

991 Commits

Author SHA1 Message Date
Pavel Odintsov
a188c89b69 Prettify install script output 2015-06-03 13:54:10 +03:00
Pavel Odintsov
94bf3cda3c Add automatic install of init script for CentOS 6 distros 2015-06-03 13:37:43 +03:00
Pavel Odintsov
aac32c1958 Add Thanks to Ben Agricola 2015-06-03 13:31:23 +03:00
Pavel Odintsov
ba8b471eb3 Merge pull request #245 from benagricola/fix_init
Update CentOS 6 init script to use --daemonize
2015-06-03 13:27:21 +03:00
Pavel Odintsov
57d62bf4ea Remove src/FreeBSD_port/files/patch-src_CMakeLists.txt from pull request because patch already applied to CMakeList.txt 2015-06-03 12:48:16 +03:00
Pavel Odintsov
43e0ef73e2 Merge pull request #243 from AMDmi3/freebsd-port
Update FreeBSD port
2015-06-03 12:39:35 +03:00
Pavel Odintsov
32c94190f7 Add check for build type. If nothing specified we assume 'Release' 2015-06-03 12:27:17 +03:00
Ben Agricola
f03d7d417b Remove trailing space :)
Signed-off-by: Ben Agricola <bagricola@squiz.co.uk>
2015-06-03 10:24:59 +01:00
Ben Agricola
5638cf6969 Update CentOS 6 init script to use --daemonize option
Signed-off-by: Ben Agricola <bagricola@squiz.co.uk>
2015-06-03 10:23:28 +01:00
Pavel Odintsov
1899b2ca69 Merge pull request #242 from AMDmi3/cmake-improvements
CMake improvements
2015-06-03 12:20:10 +03:00
Pavel Odintsov
7fb0b54383 Add subversion to PF_RING dependencies for suppressing error messages about absent svnversion 2015-06-03 11:51:13 +03:00
Pavel Odintsov
37ed2c7ef1 Disable verbose messages from git 2015-06-03 11:42:20 +03:00
Pavel Odintsov
e6c744a1da Fix curly bracket 2015-06-03 11:29:52 +03:00
Pavel Odintsov
70e2392df5 Install log4cpp from koji/EPEL testing. Less verbose wget. Disable error reporting for rmmod 2015-06-03 11:25:05 +03:00
Pavel Odintsov
3351325a17 Folks from EPEL 7 have added log4cpp package for CentOS 7 and we do not need custom build from sources now 2015-06-03 10:38:06 +03:00
Pavel Odintsov
449a48436e We use stable branch for auto installer now 2015-06-03 10:06:54 +03:00
Dmitry Marakasov
8aed006cda Update FreeBSD port
* Fix style
* Fix github handling
* Add LICENSE
* Fix boost dependency
* Add rc.d script
* Install config file, handle with @sample
* Install documentation
* Fix hardcoded PREFIX/LOCALBASE references and other paths
* Write files into /var/run/fastnetmon and /var/log/fastnetmon
  subdirectories, as /var/run and /var/log cannot be made writable
  by dedicated user

This does not yet support dedicated user yet, as it would require
modification of /usr/ports/{UIDs,GIDs}. This will be added when the
port is committed to FreeBSD ports tree.
2015-06-03 00:23:35 +03:00
Dmitry Marakasov
07c06930f0 Fix threading library handling 2015-06-02 23:27:49 +03:00
Dmitry Marakasov
fbc54a93d6 Install config file 2015-06-02 23:26:04 +03:00
Dmitry Marakasov
6480af14fd Don't force optimization flags on non-release configurations 2015-06-02 23:25:30 +03:00
Pavel Odintsov
86b6750ffb Enhance thnaks list 2015-06-02 23:21:34 +03:00
Pavel Odintsov
85d8db8592 Add Andrei to thanks file :) 2015-06-02 22:33:02 +03:00
Pavel Odintsov
b29b148df5 Add deb package build reference v1.1.2 2015-06-02 19:43:16 +03:00
Pavel Odintsov
00ff779059 Apply lintioan recommendations for Debian package. 2015-06-02 19:38:28 +03:00
Pavel Odintsov
36377545a5 Another fix for deb package description 2015-06-02 19:31:49 +03:00
Pavel Odintsov
1f5ace2d00 Another lint fix 2015-06-02 19:28:43 +03:00
Pavel Odintsov
7f240e478f Fix lintian complains about debian package 2015-06-02 19:26:58 +03:00
Pavel Odintsov
7004116f78 Made rules file executable 2015-06-02 19:21:35 +03:00
Pavel Odintsov
a462cd302a Add remarkt about platform 2015-06-02 00:31:31 +03:00
Pavel Odintsov
6ae7fd731d Add option to diable auto monitoring of local IP addresses 2015-06-02 00:30:34 +03:00
Pavel Odintsov
b2f3114343 More similar to C++ test case 2015-06-01 06:44:54 -04:00
Pavel Odintsov
2a394eb4aa Fix python perf tester 2015-06-01 06:31:36 -04:00
Pavel Odintsov
4c98ff5ca9 Fix broken format string. It kills clang :( 2015-05-31 14:20:56 -04:00
Pavel Odintsov
86bb7bd5d3 add boost unordered map 2015-05-31 14:05:05 -04:00
Pavel Odintsov
34680bcacd Enhance time calculation. Add preallocated unordered map from C++11 2015-05-31 13:46:38 -04:00
Pavel Odintsov
501aa45bee Enahance performance test for multy threaded mode 2015-05-31 07:28:53 -04:00
Pavel Odintsov
d72def1769 Add test with pypy 2015-05-31 07:15:15 -04:00
Pavel Odintsov
af6af59174 Add performance test 2015-05-31 13:26:19 +03:00
Pavel Odintsov
7cf686aae5 Add script for Python's dict speed avaluation 2015-05-31 13:16:36 +03:00
Pavel Odintsov
2753509b25 Fix Package 'libboost-all-dev' install failed with code 25600 for VyOS 2015-05-31 12:48:38 +03:00
Pavel Odintsov
8666a529b5 Add rules and format file 2015-05-30 15:53:55 -04:00
Pavel Odintsov
1143044841 Add stub file for Debian package build! Not working yet but will soon! :) 2015-05-30 15:53:28 -04:00
Pavel Odintsov
35ccbf4e1f Fix thanks 2015-05-30 15:38:02 -04:00
Pavel Odintsov
bee031c057 Add FreeBSD stub init script from Denis Denisov 2015-05-30 15:37:07 -04:00
Pavel Odintsov
8a5b6c03dc Merge branch 'master' of https://github.com/FastVPSEestiOu/fastnetmon 2015-05-30 14:45:48 -04:00
Pavel Odintsov
72f5156868 Add cPack configuration to cmake manifest; Could be useful for sombody 2015-05-30 14:45:28 -04:00
Pavel Odintsov
657d811968 Switch to 16 byte sampler fiel for netflow v5 2015-05-30 00:53:10 +03:00
Pavel Odintsov
a43dfac47e Add documentation about netflow v5 sampling implementation 2015-05-29 18:46:12 +03:00
Pavel Odintsov
d987783892 Add docs about plugin_runner and pcap_reader. This tools very useful for debugging data from remote systems 2015-05-29 16:33:28 +03:00
Pavel Odintsov
e6e2ea6235 Fix pcap reader toolkit 2015-05-29 16:28:10 +03:00