You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run performant and efficient MongoDB healthchecks without using the `mongosh` command. The `mongo` command line tool was marked as deprecated and removed since version 6. As a replacement `mongosh` was introduced, which is too [inefficient](https://jira.mongodb.org/browse/MONGOSH-1240) for healthchecks.
6
+
7
+
## Introduction
8
+
9
+
The command connects to the specified database and executes a `ping` command comparable to `mongosh --eval="db.adminCommand(\"ping\")"`.
Feel free to fork the project and send us a pull-request! :sunglasses:
58
+
59
+
Or consider sponsoring us, so we can continue to work on this project: [GitHub Sponsors](https://github.com/sponsors/instant-solutions):star_struck:
60
+
61
+
## Author
62
+
63
+
Made with :heart: in Austria by [instant:solutions OG](https://instant-it.at)
0 commit comments