https://github.com/netassist-ua/netgraphz2-gpl
NetAssist LLC network graph project
https://github.com/netassist-ua/netgraphz2-gpl
graph icinga2 map monitoring network-map network-visualization
Last synced: 6 months ago
JSON representation
NetAssist LLC network graph project
- Host: GitHub
- URL: https://github.com/netassist-ua/netgraphz2-gpl
- Owner: netassist-ua
- License: gpl-2.0
- Created: 2015-09-02T20:14:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T12:20:26.000Z (almost 10 years ago)
- Last Synced: 2024-06-21T03:26:20.079Z (about 2 years ago)
- Topics: graph, icinga2, map, monitoring, network-map, network-visualization
- Language: JavaScript
- Homepage: http://netassist.ua
- Size: 9.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
NetGraphz2 - NetAssist network graph project
============================================
OpenSource monitoring network map using graph representation of network equipment.
Creates visual network graph with status of each node taken from Icinga.
Also planned to implement visualization of channel load on edges, link capacities and graph bridges.
Dependencies
-------------
* Icinga2 (as monitoring data source) + MKLiveStatus
* PHP 5.6 (for web-interface)
* PHP Phalcon >= 2.0 (for web-interface)
* Python 2 >= 2.7.3 (for utilities)
* Py2neo >= 2.0 (connector to neo4j)
* neo4j >= 2.2.3 (main database)
* node.js >= 0.10.2 (for monitoring callback server)
Structure
-------
* /web-phalcon - Web-Interface based on PHP Phalcon framework
* /api - Node.js express RESTful HTTP API for NetGraphz2
* /notifications - Node.js socket.io service to notificate browsers about state changes in Icinga monitoring system
* /backend - Go NetGraphz2 backend (in development)
* /node_netgraphz2 - Shared library for Node.js to work with neo4j database
* /icinga - Icinga 2 sample configuration and scripts
* /docs - Documentation