health check for MongoDB #220

Closed
opened 2026-02-28 01:39:14 -05:00 by deekerman · 1 comment
Owner

Originally created by @arsalanses on GitHub (Sep 11, 2021).

Hi,
is there a solution to health check service (like: MongoDB, PostgreSQL, TOR, ...) inside "uptime kuma"?

Example:
with this command, I can ping my MongoDB database
if I could place it inside "uptime kuma" it would be fantastic
mongo --eval 'db.runCommand("ping").ok' localhost:27017/test --quiet

Originally created by @arsalanses on GitHub (Sep 11, 2021). Hi, is there a solution to health check service (like: MongoDB, PostgreSQL, TOR, ...) inside "uptime kuma"? Example: with this command, I can ping my MongoDB database if I could place it inside "uptime kuma" it would be fantastic `mongo --eval 'db.runCommand("ping").ok' localhost:27017/test --quiet`
deekerman 2026-02-28 01:39:14 -05:00
Author
Owner

@gaby commented on GitHub (Sep 11, 2021):

@arsalanses Monitoring mondodb is already supported. Just created a "TCP Ping", and set the port to 27017. For PostgreSQL use port 5432.

@gaby commented on GitHub (Sep 11, 2021): @arsalanses Monitoring mondodb is already supported. Just created a "TCP Ping", and set the port to `27017`. For PostgreSQL use port `5432`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uptime-kuma#220
No description provided.