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

This is a proposed fix for https://jira.mongodb.org/browse/SERVER-38704 #79

Merged
merged 1 commit into from Jan 21, 2019

Commits on Jan 20, 2019

  1. In MongoDB 3.4.16, 3.6.6, 4.0.0 and later, mongod reads netstat info …

    …from proc and stores it in its diagnostic system (FTDC). See: https://jira.mongodb.org/browse/SERVER-31400
    
    This means that we need to adjust the policy so that the mongod process is allowed to open and read /proc/net/netstat, which typically has symlinks (e.g. /proc/net/snmp).
    mattlord committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    6c0fbcd View commit details
    Browse the repository at this point in the history