Add new iptables plugin
The iptables plugin aims at monitoring bytes and packet counters matching a given set of iptables rules. Typically the user would set a dedicated monitoring chain into a given iptables table, and add the rules to monitor to this chain. The plugin will allow to focus on the counters for this particular table/chain. closes #1471
This commit is contained in:
committed by
Cameron Sparr
parent
4886109d9c
commit
094eda22c0
3
plugins/inputs/iptables/iptables_nocompile.go
Normal file
3
plugins/inputs/iptables/iptables_nocompile.go
Normal file
@@ -0,0 +1,3 @@
|
||||
// +build !linux
|
||||
|
||||
package iptables
|
||||
Reference in New Issue
Block a user