diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2020-05-16 12:57:42 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2020-05-16 12:57:42 -0700 |
commit | e0caa608a25c8aa0894968cc68b74eaee0114f50 (patch) | |
tree | 80d7a6ce8bbee7793d52c4d6e2ccedd5ce327508 /sbin | |
parent | 0669e8c8799fec64464154b5c17b4abc6563a95c (diff) | |
download | iptables-rrdtool-e0caa608a25c8aa0894968cc68b74eaee0114f50.tar.gz iptables-rrdtool-e0caa608a25c8aa0894968cc68b74eaee0114f50.zip |
Diffstat (limited to 'sbin')
-rwxr-xr-x | sbin/iptables-rrdtool | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/iptables-rrdtool b/sbin/iptables-rrdtool index ae1b8a9..97dada3 100755 --- a/sbin/iptables-rrdtool +++ b/sbin/iptables-rrdtool @@ -1,4 +1,7 @@ #!/bin/bash +# Record all active iptables rule counters into RRD datasets. +# Optionally, graph the result. Intended for use with cron. +# # requires bash 4.0+ regexes, substring manipulation # make sure we're running flocked against the PID file |