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

Stop worker goroutine on auditd metricset shutdown #7163

Merged
merged 1 commit into from
Jun 5, 2018

Commits on May 22, 2018

  1. Stop worker goroutine on auditd metricset shutdown

    A worker goroutine for reading events from socket was being leaked when the auditd metricset was stopped. The goroutine will now stop when the AuditClient is closed because it will exited on EBADF (bad file descriptor).
    
    I cleaned up a few tests in the process and added a filter for AUDIT_REPLACE messages.
    andrewkroh committed May 22, 2018
    Configuration menu
    Copy the full SHA
    e709a87 View commit details
    Browse the repository at this point in the history