OpenTSDB / tcollector

Data collection framework for OpenTSDB
http://opentsdb.net
GNU Lesser General Public License v3.0
513 stars 359 forks source link

netfilter collector does not work with recent kernels #407

Closed jllorente closed 6 months ago

jllorente commented 6 years ago

The netfilter tcollector does not work in Debian with kernel 4.9. For example, the new location for the conntrack count is /proc/sys/net/netfilter/nf_conntrack_count

https://github.com/OpenTSDB/tcollector/blob/master/collectors/0/netfilter.py

King-Joakim commented 5 years ago

Any updates on this?

jllorente commented 5 years ago

Hi @johann8384 , any updates available?

johann8384 commented 4 years ago

@jllorente @King-Joakim I don't run Debian anywhere but it looks like the collector would just need to have the basedir updated and the STATS updated. Feel free to submit a PR, if you have a system to run it on I imagine this could be done in an hour.