nagios-plugin-mongodb icon indicating copy to clipboard operation
nagios-plugin-mongodb copied to clipboard

deprecated warning about using safe parameter (mongo v2.4.6)

Open DerManoMann opened this issue 10 years ago • 0 comments

/usr/lib64/nagios/plugins/check_mongodb.py:1187: DeprecationWarning: The safe parameter is deprecated. Please use write concern options instead. db.last_primary_server.update({"_id": "last_primary"}, {"$set": last_primary_server_record}, upsert=True, safe=True)

DerManoMann avatar Jun 11 '14 03:06 DerManoMann