🍃 MongoDB Monitor
Monitors a MongoDB database server to verify it's accepting connections on port 27017.
⚙️ Configuration
| Parametre | Description | Default Port |
|---|---|---|
| Host | MongoDB server hostname | — |
| Port | MongoDB port | 27017 |
💡 Conseils
- For replica sets, monitor each member individually.
- This is a TCP-level check verifying the port is open and responding.
- MongoDB Atlas managed instances may not allow direct TCP connections — check your firewall/VPC settings.