https://github.com/gyselroth/monitoring-plugin-mongo-connector
Monitor mongo-connector status
https://github.com/gyselroth/monitoring-plugin-mongo-connector
mongodb monitoring monitoring-plugins
Last synced: 2 months ago
JSON representation
Monitor mongo-connector status
- Host: GitHub
- URL: https://github.com/gyselroth/monitoring-plugin-mongo-connector
- Owner: gyselroth
- License: mit
- Created: 2017-05-30T12:56:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T11:33:33.000Z (about 9 years ago)
- Last Synced: 2025-01-07T03:12:33.057Z (over 1 year ago)
- Topics: mongodb, monitoring, monitoring-plugins
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monitoring Plugin: mongo-connector
### Description
Monitor the offset of your mongo-connector (https://github.com/mongodb-labs/mongo-connector).
### Usage
Usage: check_mongo_connector [options]
Options:
-h, --help show this help message and exit
-H MONGODB_SERVER [Default: mongodb://localhost:27017] MongoDB host URI
-f OPLOG_FILE [Default: /var/lib/mongo-connector/oplog.log] Path to
mongo-connector oplog file (oplogFile)
-w WARNING [Default: 30] Warning offset in seconds
-c CRITICAL [Default: 60] Critical offset in seconds
### Install
Copy check_mongo_connector to your plugin folder and create a service/exec in your monitoring engine.