Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

add conntrack counter #54

Open
gregleroux opened this issue Dec 20, 2016 · 1 comment · May be fixed by #59
Open

add conntrack counter #54

gregleroux opened this issue Dec 20, 2016 · 1 comment · May be fixed by #59

Comments

@gregleroux
Copy link

It possible to add countrack counter for this plugin ?
conntrackCount and conntrackMax values

@kindermoumoute
Copy link
Contributor

Totally, the function net.FilterCounters() (from gopsutil) returns those counters. The change is trivial:

  • Add 2 metrics to the metric catalog (getMetricTypes).
  • Update netIOCounters (`collectMetrics).
  • Increase plugin version.
  • Update documentation.

Do you want to work on that one @gregleroux?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants