Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndom91/nt-noc-dashboard
🖧 Newtelco GmbH NOC Dashboard
https://github.com/ndom91/nt-noc-dashboard
ffmpeg ip-camera netdata noc php
Last synced: 25 days ago
JSON representation
🖧 Newtelco GmbH NOC Dashboard
- Host: GitHub
- URL: https://github.com/ndom91/nt-noc-dashboard
- Owner: ndom91
- License: mit
- Created: 2018-04-18T12:49:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T18:14:18.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T20:04:15.206Z (27 days ago)
- Topics: ffmpeg, ip-camera, netdata, noc, php
- Language: JavaScript
- Homepage:
- Size: 1.74 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NOC Dashboard 🖥️
> \***DEPRECATED**\*
> This is the original implementation, written mostly in PHP.
> It has been replaced by a Preact/Snowpack Javascript variant ([newtelco/nt-noc](https://github.com/newtelco/nt-noc))This dashboard page is displayed in a fullscreen browser in the technical office in order to keep our Network Engineers and IT colleagues always up to date with the latest critical information.
## 🚀 Getting Started
- Clone the repo to your local machine
`git clone https://github.com/ndom91/nt-noc-dashboard`
- Copy this directory to your web server root (i.e. `/var/www/html/ntdashboard`) and setup a virtualhost in your webserver of choice. Make sure you have php installed and set the index file to `index.php`.
- Alternatively, you can use php (`php -S localhost:8080`) to launch a temporary lightweight web server if you have the dev packages of those languages installed!## 🎥 Features
- Customizable [Netdata](https://github.com/firehol/netdata) charts
- Live stream of security cameras
- via `ffmpeg` - check `ffserver.conf` for example configuration.
- Newsticker style display of camera feeds
- Chrome only allows 6 simultaneous video feeds per tab per origin. Therefore if you run your own DNS in your company as well, you can trick chrome by pointing various subdomains at the same IP, as is done in `index.php` here.## 📺 Screenshot
![Screenshot](https://imgur.com/8tRgSTX.png)
## 🙏 Credit
- Dashboard Framework: [AdminLTE](https://github.com/almasaeed2010/AdminLTE)
- Data Collection: [Netdata](https://github.com/firehol/netdata)
- Camera Streaming: [ffmpeg](https://ffmpeg.org)### 📝 Licence
![GitHub](https://img.shields.io/github/license/ndom91/nt-noc-dashboard)