Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fourcube/loadmonitor

Listen for loadagents to send response information. Stores run data inside MongoDB.
https://github.com/fourcube/loadmonitor

Last synced: 15 days ago
JSON representation

Listen for loadagents to send response information. Stores run data inside MongoDB.

Awesome Lists containing this project

README

        

# loadmonitor

Listen for loadagents to send response information. Stores run data inside MongoDB.

## Running

Create a `settings.json` file with the dbURL to connect to.

```
{
"dbURL": "mongodb://:@ds033380.mongolab.com:33380/loadmonitor"
}
```

Then you can run loadmonitor with

```
npm install
node src/app.js
```