]> git.ipfire.org Git - collecty.git/commit - Makefile.am
Add conntrack plugin
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 9 May 2015 12:46:53 +0000 (12:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 9 May 2015 12:46:53 +0000 (12:46 +0000)
commit0ec1854a7313e4e0408e85c516ce38d67aa1c804
treebb582fbcf218d2649987f8826e6678d1ef644582
parent72364063b0582dd1b4bddf8557271eb231af846d
Add conntrack plugin

This plugin monitors the connection table and collects
statistics about the usage of layer 3 protocols and uppper
layers. For stateful protocols like TCP, statistics about
the states are collected as well.
Makefile.am
src/collecty/plugins/__init__.py
src/collecty/plugins/conntrack.py [new file with mode: 0644]