This website requires JavaScript.
Explore
Help
Sign In
CL-Softwares
/
telegraf
Watch
8
Star
0
Fork
You've already forked telegraf
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4913392b85
telegraf
/
plugins
/
inputs
/
iptables
/
iptables_nocompile.go
4 lines
36 B
Go
Raw
Normal View
History
Unescape
Escape
fix: support 1.17 & 1.16.7 Go versions (#9642)
2021-08-24 04:37:44 +08:00
//go:build !linux
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
2016-07-06 05:15:54 +08:00
package
iptables