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
).