Skip to content

collectors ConnTrackCollector

Rob Smith edited this page May 12, 2014 · 13 revisions

ConnTrackCollector

Shells out to get the value of sysctl net.netfilter.nf_conntrack_count and net.netfilter.nf_conntrack_count_max

Dependencies

  • nf_conntrack module

Options - Generic Options

Setting Default Description Type
byte_unit byte Default numeric output(s) str
dir /proc/sys/net/ipv4/netfilter Directory with files of interest str
enabled False Enable collecting these metrics bool
files ip_conntrack_count,ip_conntrack_max List of files to collect statistics from str
measure_collector_time False Collect the collector run time in ms bool

Example Output

servers.hostname.conntrack.ip_conntrack_count 33.0
servers.hostname.conntrack.ip_conntrack_max 36.0

This file was generated from the python source

Please edit the source to make changes

Clone this wiki locally