Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)