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

Fix check_oplog check #230

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix check_oplog check #230

wants to merge 3 commits into from

Conversation

skeemink
Copy link

Changed check to see if oplog is active because db.system.namespaces is deprecated in mongo 3.0 and is removed in 3.2

Changed ol_storage_size to maxSize instead of storageSize.
maxSize gives the maximum size of a capped collection. Oplog is a capped collection.
This way hours_in_oplog is calculated correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants