Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

scytherswings/Network-Status-Page

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Status Page - 0.2.6

Designed to monitor a local server and network with forecast.io, Plex, and pfSense integration.

Original Project: (The live site might be dead :( ) Live site

Plex forum thread

As a suggestion from another GitHub user, I have created some Gitter chat rooms for my projects, here is the link for this one:

Gitter

I'm going to concentrate on this project much less as I plan to make a new project using Ruby on Rails. It will be a while before my new project reaches feature parity so this should work for the time being.

Here's the new project page: Plex-Board

###Features

  • Responsive web design viewable on desktop, tablet and mobile web browsers

  • Designed using Bootstrap 3

  • Uses jQuery to provide near real time feedback

  • Displays the following:

    • currently playing items from Plex Media Server
    • current network bandwidth from pfSense
    • current ping to ip of your choosing, e.g. Google DNS
    • online / offline status for custom services
    • minute by minute weather forecast from forecast.io
    • server load
    • total disk space for all hard drives
  • Now Playing section adjusts scrollable height on the fly depending on browser window height

###Screenshots

alt tag

alt tag

###Requirements

  • Plex Media Server (v0.9.8+) and a myPlex account These are both free.
  • The weather sidebar requires a forecast.io API key Free up to 1000 calls/day.
  • Web server that supports php (apache, nginx, XAMPP, WampServer, EasyPHP, lighttpd, etc)
  • PHP 5.4

Note: While this project is written with OS X in mind, it can very easily be adapted to run on linux or windows by rewriting the functions that don't work on those platforms.

###Optional

  • A few functions are written to be used with the following software but they are optional:

###Configuration

  • To configure the location of your config.ini script, edit the path to the directory of the config.ini file that is set in /assets/php/functions.php
  • You should put the config.ini file outside your web root directory to limit access.
  • Create the caches and caches/thumbnails folder under the assets folder. I might make a deployment script to handle things like config files and folder creation. Make sure to give ownership to the user that is running your webserver. For apache users this is usually www-data.
    • the path should be something like: /var/www/html/assets/caches
    • and: /var/www/html/assets/caches/thumbnails

About

Designed to monitor a local server and network with forecast.io, Plex, and pfSense integration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 86.6%
  • HTML 12.7%
  • CSS 0.7%