https://github.com/mojoaxel/realtimemonitor
Realtime Server Monitor
https://github.com/mojoaxel/realtimemonitor
Last synced: 2 months ago
JSON representation
Realtime Server Monitor
- Host: GitHub
- URL: https://github.com/mojoaxel/realtimemonitor
- Owner: mojoaxel
- Created: 2015-10-26T14:45:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T13:05:39.000Z (about 5 years ago)
- Last Synced: 2024-10-18T23:31:58.813Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RealtimeMonitor

## Setup
### Requirements
* [`node` and `npm`](https://nodejs.org/)
* [vnstat](https://linux.die.net/man/1/vnstat)### Setup
```
npm install
```## Setings
```
cp settings_example.json settings.json
```
* **port**: start webserver in this port
* **ifaces**: filter the given interfaces.## Run
```
node app.js
```
oder
```
nodemon app.js
```## License
This software is released under the [AGPL-3.0 license](https://www.gnu.org/licenses/agpl-3.0.de.html).