Tool for live monitoring of multiple mongodb instances
The recommended way to install Monitoring tool is with the Composer package manager. (See the Composer installation guide for information on installing and using Composer.)
Run the following command to install dependencies in root:
composer install
Monitoring tool is configured via config.neon
file in root of this app. See config.neon.default
for more detailed information.
hosts:
- 127.0.0.01:27027
There are currently supported just mongo databases without authorization.
Run server php src/run.php
Inside gui/
directoru run npm install
To run application run command npm start
and follow instructions on console (visit localhost:5000 to see gui)
There could be specified ?host=localhost&port=9900
setting, when host or port for monitoring server tool is different than default localhost:9900