-
Notifications
You must be signed in to change notification settings - Fork 72
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
Don't work python script #1
Comments
mongod --version |
That metric is no longer supported in version 3.4 by default as the storage engine is changed in favor of WiredTiger. I've deleted these lines in python file: When i've got time i'll send the developer a patch to fix the error and obtain those data from the right place. |
@darkschneider16 Thank you very match! It works for me now! |
when i run ./mongodb-stats.sh , i have error " Permission denied" |
Traceback (most recent call last): File "/usr/local/bin/zabbix-mongodb.py", line 155, in <module> MongoDB.getServerStatusMetrics() File "/usr/local/bin/zabbix-mongodb.py", line 99, in getServerStatusMetrics self.addMetrics('mongodb.backgroundFlushing.flushes', ss['backgroundFlushing']['flushes']) KeyError: 'backgroundFlushing'
I have this error when execute /usr/local/bin/zabbix-mongodb.py
The text was updated successfully, but these errors were encountered: