Skip to content

Collection of utilities to capture, parse and graph MongoDB and system metrics

Notifications You must be signed in to change notification settings

jimoleary/mongo-insight

 
 

Repository files navigation

mongo-insight

Join the chat at https://gitter.im/victorhooi/mongo-insight

Collection of utilities to capture, parse and graph MongoDB and system metrics

Prerequisites

You should ensure you have all of the packages installed in REQUIREMENTS.txt. For example:

pip install -r REQUIREMENTS.txt

(NB: In order to keep things tidy, I recommend you use venv or virtualenv to setup a self-contained Python environment.)

The script by default also uses a InfluxDB database named insight. You can override the default using the -d/--database flag. You can create a new InfluxDB database from the influx shell as follows:

# influx
Connected to http://localhost:8086 version 0.9.4-HEAD
InfluxDB shell 0.9.4-HEAD
> create database insight

About

Collection of utilities to capture, parse and graph MongoDB and system metrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%