Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support NFQ in runmode autofp and workers #19

Merged
merged 2 commits into from
Aug 5, 2024

Commits on Aug 5, 2024

  1. Bump dependencies, fix tests

    dto.Metric.String() gets random whitespace inserted so it's not
    used for testing. Use the existing testMetricFromMetric() helper.
    
    prometheus/client_model#83
    awelzel committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    73713b0 View commit details
    Browse the repository at this point in the history
  2. Add support for RX threads.

    This should support NFQ with in autofp and workers mode. It also
    adds very basic support for the ips packet metrics as
    
      suricata_ip_blocked_packets_total
    
    Closes #17
    awelzel committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6b85c1e View commit details
    Browse the repository at this point in the history