Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fourcube/loadmonitor
- Owner: fourcube
- Created: 2014-11-11T17:20:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-12T04:17:37.000Z (about 10 years ago)
- Last Synced: 2024-12-22T19:07:38.804Z (about 1 month ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```