Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 399 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 399 Bytes

datadog-conntrack

Quick hack DataDog agent check for conntrack metrics.

Place conntrack.py in /etc/dd-agent/checks.d/ and conntrack.yaml in /etc/dd-agent/conf.d/ and service datadog-agent restart.

If using the sampling, requires you to chmod a+r /proc/net/ip_conntrack so file can be read by non-root user (dd-agent).