pf plugin: also collect the current states sum
pf plugin: Change warn() to ERROR().
pf plugin: dont reinvent code, use code from pfctl
pf plugin: cleaner error-handling
pf plugin: define generation new/old depend on OpenBSD Version
pf plugin: some code cleanup
pf plugin: collect bytes and packets for in and out
pf plugin: all types in a single types.db
pf plugin: also support OpenBSD 4.9/Current
pf plugin: read permissions are enough for /dev/pf
pf plugin: split up in GAUGE and COUNTER
pf plugin: add nat and rdr rules
pf plugin: add more advanced pfrule-plugin
Use rulestring as identifier, e.g
bytes-block-drop-in-on-lo0-proto-icmp-all.rrd
Currently for OpenBSD 4.5 only.
OpenBSD 4.9/Current follows.
Use rulestring as identifier, e.g
bytes-block-drop-in-on-lo0-proto-icmp-all.rrd
Currently for OpenBSD 4.5 only.
OpenBSD 4.9/Current follows.
pf plugin: pfutils depends on system version
pf plugin: copy print_rule from /usr/src/sbin/pfctl to pfutils
pf plugin: whitos cleanup and close dev after reading rules
pf plugin: add very simple rule monitoring
pf plugin: whitespace cleanup
pf plugin: pf values are GAUGE Part II
pf plugin: pf values are GAUGE
pf plugin: add myself to copyright
pf plugin: add types.db for pf-types
pf plugin: whitespace cleanup and use sstrncpy like other plugins
pf plugin: init commit - import pf.c from pyr@openbsd.org