nt-noc-dashboard

🖧 Newtelco GmbH NOC Dashboard

MIT License

Stars
6

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)

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 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

Credit

Licence