Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CounterTable = []*Entry{ &Entry{"match", "match", -1}, &Entry{"bad-offset", "bad-offset", -1}, &Entry{"fragment", "fragment", -1}, &Entry{"short", "short", -1}, &Entry{"normalize", "normalize", -1}, &Entry{"memory", "memory", -1}, &Entry{"bad-timestamp", "bad-timestamp", -1}, &Entry{"congestion", "congestion", -1}, &Entry{"ip-option", "ip-option", -1}, &Entry{"proto-cksum", "proto-cksum", -1}, &Entry{"state-mismatch", "state-mismatch", -1}, &Entry{"state-insert", "state-insert", -1}, &Entry{"state-limit", "state-limit", -1}, &Entry{"src-limit", "src-limit", -1}, &Entry{"synproxy", "synproxy", -1}, }
Functions ¶
This section is empty.
Types ¶
type PF ¶
type PF struct { PfctlCommand string PfctlArgs []string UseSudo bool StateTable []*Entry // contains filtered or unexported fields }
func (*PF) Description ¶
func (*PF) Gather ¶
func (pf *PF) Gather(acc telegraf.Accumulator) error
Gather is the entrypoint for the plugin.
func (*PF) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.