๐ MongoDB Monitor
Monitors a MongoDB database server to verify it's accepting connections on port 27017.
โ๏ธ Configurationโ
| Setting | Description | Default Port |
|---|---|---|
| Host | MongoDB server hostname | โ |
| Port | MongoDB port | 27017 |
๐ก Tipsโ
- 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.