sensu-plugins / sensu-plugins-mongodb

This plugin provides native MongoDB instrumentation for monitoring and metrics collection, including: service health, database connectivity, replication lag/status, `oplog` monitoring, collection-specific metrics, and more.

Home Page:http://sensu-plugins.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues running under Python 3.6.8

dkorel-copperleaf opened this issue · comments

File "sensu-plugins-mongodb-2.1.0/bin/check-mongodb.py", line 48
    except ImportError, e:
                      ^
SyntaxError: invalid syntax

running 2to3 over the check-mongodb.py file fixes this. Is there any plan for this project to be updated to python3?