All Projects → daimus → dnms

daimus / dnms

Licence: MIT license
Another network monitoring app built with nodejs.

Programming Languages

EJS
674 projects
javascript
184084 projects - #8 most used programming language
PLpgSQL
1095 projects

Projects that are alternatives of or similar to dnms

noc
Official read only mirror for
Stars: ✭ 84 (+366.67%)
Mutual labels:  snmp, network-monitoring
Mikrotik-Router-Monitoring-System
SNMP based Router Monitoring System for Mikrotik Routers
Stars: ✭ 29 (+61.11%)
Mutual labels:  mikrotik, snmp
Pandorafms
Pandora FMS is a flexible and highly scalable monitoring system ready for big environments. It uses agents (Linux, Windows, AIX, HP-UX, Solaris and BSD systems) and can do both local and remote network monitoring (SNMP v3, TCP checks, WMI, etc).
Stars: ✭ 311 (+1627.78%)
Mutual labels:  snmp, network-monitoring
topolograph
Topolograph.com is an online project which can visualize OSPF/ISIS topology based on single OSPF LinkState DataBase scrapping from one network device ( thanks OSPF =). Then you can not only see (and check) the shortest path from source to destination, but also see the outcome from link or node failure along the path to the destination. The exist…
Stars: ✭ 84 (+366.67%)
Mutual labels:  mikrotik, ubiquity
Junos monitoring with healthbot
Healthbot configuration examples. Scripts to manage Healthbot. Closed loop automation. Healthbot building blocks description and troubleshooting guide
Stars: ✭ 17 (-5.56%)
Mutual labels:  snmp, network-monitoring
RouterOS Useful Scripts
MikroTik RouterOS Useful Scripts for various use
Stars: ✭ 66 (+266.67%)
Mutual labels:  mikrotik, network-monitoring
ramen
A stream processing language and compiler for small-scale monitoring
Stars: ✭ 14 (-22.22%)
Mutual labels:  network-monitoring
routeros-client
Abstraction layer over the node-routeros API
Stars: ✭ 63 (+250%)
Mutual labels:  mikrotik
testmynids.org
A website and framework for testing NIDS detection
Stars: ✭ 55 (+205.56%)
Mutual labels:  network-monitoring
snmp-elixir
An SNMP client library for Elixir
Stars: ✭ 27 (+50%)
Mutual labels:  snmp
gondul
Network management/monitoring system specialized for temporary events
Stars: ✭ 40 (+122.22%)
Mutual labels:  snmp
sacnview
sACNView provides a tool for monitoring and sending the Streaming ACN lighting control protocol used for lighting control in theatres, TV studios and architectural systems
Stars: ✭ 75 (+316.67%)
Mutual labels:  network-monitoring
hacking-resources
Hacking resources and cheat sheets. References, tools, scripts, tutorials, and other resources that help offensive and defensive security professionals.
Stars: ✭ 1,386 (+7600%)
Mutual labels:  network-monitoring
zabbix-templates
Zabbix templates
Stars: ✭ 104 (+477.78%)
Mutual labels:  snmp
snmpclitools
Pure-Python SNMP management tools
Stars: ✭ 36 (+100%)
Mutual labels:  snmp
Cocoa-Printer-Server
Make your USB Printers to IP Printers.
Stars: ✭ 22 (+22.22%)
Mutual labels:  snmp
snmp-formula
docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Stars: ✭ 16 (-11.11%)
Mutual labels:  snmp
node-routeros
Mikrotik Routerboard RouterOS API for NodeJS
Stars: ✭ 87 (+383.33%)
Mutual labels:  mikrotik
network-tools
Network Tools
Stars: ✭ 27 (+50%)
Mutual labels:  network-monitoring
keycloak-radius-plugin
Make the radius server as part of keycloak SSO
Stars: ✭ 102 (+466.67%)
Mutual labels:  mikrotik

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
$ git clone https://github.com/daimus/dnms.git
  • Import dnms.sql to your database
  • CD to app directory and install required package
$ npm install
  • Run app
$ 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.

Screenshot Screenshot Screenshot Screenshot Screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].