Version: 3.0.8.2, Package name: argus-3.0.8.2 |
Maintained by: Steven Mestdagh |
Master sites: |
Description Argus is a fixed-model real time flow monitor designed to track and report on the status and performance of all network transactions seen in a data network traffic stream. Argus provides a common data format for reporting flow metrics such as connectivity, capacity, demand, loss, delay, and jitter on a per transaction basis. The record format that Argus uses is flexible and extensible, supporting generic flow identifiers and metrics, as well as application/protocol specific information. Argus can be used to analyze and report on the contents of packet capture files or it can run as a continuous monitor, examining data from a live interface; generating an audit log of all the network activity seen in the packet stream. Argus can be deployed to monitor individual end-systems, or an entire enterprises network activity. As a continuous monitor, Argus provides both push and pull data handling models, to allow flexible strategies for collecting network audit data. |
Filesize: 512.45 KB |
Version History (View Complete History) |
|
2021-02-25 14:30:28 by Christian Weisgerber | Files touched by this commit (2) |
Log message: net/argus: fix the build with -fno-common; ok gnezdo@ |
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-07-31 13:18:48 by Christian Weisgerber | Files touched by this commit (2) |
Log message: link helper library before shared libraries, otherwise clang + binutils will choke on the duplicate use of the same global symbols (`blocks' etc.) |
2017-05-26 05:43:43 by Marc Espie | Files touched by this commit (1) |
Log message: unfuck build system |
2016-08-12 15:38:52 by Steven Mestdagh | Files touched by this commit (4) |
Log message: update to 3.0.8.2 |
2015-11-05 05:25:49 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Fix bcopy overflow, spotted by -Wbounded ok steven@ (maintainer) |
2015-07-19 00:25:45 by Steven Mestdagh | Files touched by this commit (3) |
Log message: update to 3.0.8.1 ok ajacoutot@ |
2015-01-26 06:12:17 by Steven Mestdagh | Files touched by this commit (5) |
Log message: update to 3.0.8 test and ok landry@ |
2015-01-22 10:47:52 by Christian Weisgerber | Files touched by this commit (29) |
Log message: Drop USE_GROFF since groff and mandoc produce identical output. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-12-27 07:50:24 by Antoine Jacoutot | Files touched by this commit (97) |
Log message: Simplify after recent rc.subr change. The framework is now stable and we will start documenting it (at last). |
2010-12-24 03:40:06 by Antoine Jacoutot | Files touched by this commit (96) |
Log message: Cope with recent rc.subr changes. |
2010-12-11 05:57:37 by Antoine Jacoutot | Files touched by this commit (31) |
Log message: Move these to rc_reload=NO. |
2010-11-19 15:31:39 by Marc Espie | Files touched by this commit (372) |
Log message: new depends |
2010-11-12 14:03:46 by Steven Mestdagh | Files touched by this commit (4) |
Log message: - use /var/argus instead of /var/log/argus in config file, problem spotted by aja@, thanks - don't modify argv[0] when starting argus with absolute path, allows to drop pexp from the rc script - respect SYSCONFDIR all looks ok aja@ |
2010-11-11 12:33:27 by Steven Mestdagh | Files touched by this commit (5) |
Log message: install a default config file add rc startup script fix manpage section ok jasper |
2010-11-11 01:40:27 by Steven Mestdagh | Files touched by this commit (2) |
Log message: spacing |
2010-10-18 12:37:00 by Marc Espie | Files touched by this commit (357) |
Log message: USE_GROFF=Yes |
2010-04-15 13:15:19 by Steven Mestdagh | Files touched by this commit (5) |
Log message: update to 3.0.2 |
2008-07-04 11:23:39 by Steven Mestdagh | Files touched by this commit (2) |
Log message: add _argus user/group and adapt directory ownership/permissions feedback/ok sthen@ |