https://github.com/daimus/dnms
Another network monitoring app built with nodejs.
https://github.com/daimus/dnms
mikrotik monitoring network-monitoring nodejs snmp ubiquity
Last synced: about 1 year ago
JSON representation
Another network monitoring app built with nodejs.
- Host: GitHub
- URL: https://github.com/daimus/dnms
- Owner: daimus
- License: mit
- Created: 2021-05-08T15:02:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T08:40:51.000Z (almost 5 years ago)
- Last Synced: 2024-11-05T20:46:43.383Z (over 1 year ago)
- Topics: mikrotik, monitoring, network-monitoring, nodejs, snmp, ubiquity
- Language: EJS
- Homepage:
- Size: 2.2 MB
- Stars: 31
- Watchers: 3
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNMS
Network monitoring app build build with NodeJS. Compatible with device with RouterOS and AirOS.
**Feature**
1. Monitoring latency, signal strength, traffic, etc.
2. Informative display with map, diagram, table
3. Grouping device
4. Notification
5. Multi server
6. Additional tools for diagnostic like ping, log, ARP, etc.
**Requirements**
1. SNMP enabled
2. MikroTik API enabled
3. NodeJS ^14
4. MySQL ^5.6
## Instalation
- Clone this repo
```sh
$ git clone https://github.com/daimus/dnms.git
```
- Import `dnms.sql` to your database
- CD to app directory and install required package
```sh
$ npm install
```
- Run app
```sh
$ node app.js
```
> #### Default Authentication
> - **Username:** admin
> - **Password:** 11111111
## Screenshoots
I can't provide live preview of this app. But here some screenshoots to give you an insight about this app.




