Network Status Page

Okay i got this running for the most part. I tried changing the storage views, but i am not able to get it to see the main volume. I have a weird parsing warning, bandwidth doesn’t show up, and no images are loading. Any ideas?


yeah, i had it running enough to get current watch items for plex, and status working. For me, CPU / memory was flaky. could not get volume1 to register as a storage.

for now, i edited out everything but status, because on my synology everything else is not working. in windows, on apache using xampp i was able to get CPU / Memory, and storage working. but still flaky and not reliably.

@m1e1w1 said:
yeah, i had it running enough to get current watch items for plex, and status working. For me, CPU / memory was flaky. could not get volume1 to register as a storage.

for now, i edited out everything but status, because on my synology everything else is not working. in windows, on apache using xampp i was able to get CPU / Memory, and storage working. but still flaky and not reliably.

You were able to get the images to load? When i first played with it, it would show a trak.tv thing pop up. Now it just shows a blank images for everything.

on windows i got images. syno, i just got the trackit image.

I’m able to run this just via SSH and it has the output that i want. But to change it in the functions.php i’m just lost. L120

admin@SynoName:/$ du -sh /volume1/TV\ Shows/ 2.9T /volume1/TV Shows/ admin@SynoName:/$ du -sh /volume1/Movies/ 416G /volume1/Movies/ admin@SynoName:/$ du -sh /volume1 3.3T /volume1 admin@SynoName:/$

So what is the preferred version that I use if I’m on Windows? I see the following exist on git in various stages of development activity:




https://github.com/OmgImAlexis/Network-Status-Page

Also, at the risk of being chased out with pitchforks, is there a way to get any of those above versions working on Windows if I don’t have Plex Media Server? I’m currently not using Plex on my media center, but have been trying to find a good dashboard for all my other pieces of software (Sonaar, CouchPotato, etc). The above options look like exactly the dashboard I’m looking for, but it seems like it’s tied pretty tightly into Plex. Would it be easily modifiable to not have that prerequisite?

@mad_vtak said:
I’m able to run this just via SSH and it has the output that i want. But to change it in the functions.php i’m just lost. L120

admin@SynoName:/$ du -sh /volume1/TV\ Shows/ 2.9T /volume1/TV Shows/ admin@SynoName:/$ du -sh /volume1/Movies/ 416G /volume1/Movies/ admin@SynoName:/$ du -sh /volume1 3.3T /volume1 admin@SynoName:/$

Are you just looking to change the paths to your drives?

@Magic815 said:
So what is the preferred version that I use if I’m on Windows? I see the following exist on git in various stages of development activity:

GitHub - Jarvl/Network-Status-Page: A network status page designed to monitor a local Ubuntu server and network activity with forecast.io and CouchPotato integration
GitHub - d4rk22/Network-Status-Page: Designed to monitor a local server and network with forecast.io, Plex, and pfSense integration.
GitHub - scytherswings/Network-Status-Page: Designed to monitor a local server and network with forecast.io, Plex, and pfSense integration.
https://github.com/OmgImAlexis/Network-Status-Page

Also, at the risk of being chased out with pitchforks, is there a way to get any of those above versions working on Windows if I don’t have Plex Media Server? I’m currently not using Plex on my media center, but have been trying to find a good dashboard for all my other pieces of software (Sonaar, CouchPotato, etc). The above options look like exactly the dashboard I’m looking for, but it seems like it’s tied pretty tightly into Plex. Would it be easily modifiable to not have that prerequisite?

I originally just looked at someone else’s PHP code for their dashboard and hacked this together. You could definitely run it without a Plex server. There is a lot of code for the Plex server but if you don’t have one running it’ll fall back to the trakt.tv image. You could just change that part of the code to do whatever you want. What are you looking to display in the center area? Maybe I can point you in the correct direction.

@Ryan Christensen said:
I originally just looked at someone else’s PHP code for their dashboard and hacked this together. You could definitely run it without a Plex server. There is a lot of code for the Plex server but if you don’t have one running it’ll fall back to the trakt.tv image. You could just change that part of the code to do whatever you want. What are you looking to display in the center area? Maybe I can point you in the correct direction.

So my setup right now is a little non-standard. I only have the one desktop, so I’ve been using it as a pseduo-home server by just keeping it on most the time. It has all my usenet and torrent software, and just has a local copy of Kodi running on it. And then this desktop just directly connects to the one TV in my apartment via HDMI. I do have a Trakt account that links into Kodi.

Eventually, I want to set up a dedicated home server (I was looking at either Plex or Emby), but I’m not quite there yet.

For now, since it would just be a dashboard for the machine that has the local install of Kodi, would it be able to tie into that for the center area? My main goal is to have all the other boxes (weather, bandwidth, services, load, storage), but having a tie in to Kodi would be a nice touch. At least until I get a proper Plex or Emby server set up in the coming months.

@Ryan Christensen said:

@mad_vtak said:
I’m able to run this just via SSH and it has the output that i want. But to change it in the functions.php i’m just lost. L120

admin@SynoName:/$ du -sh /volume1/TV\ Shows/ 2.9T /volume1/TV Shows/ admin@SynoName:/$ du -sh /volume1/Movies/ 416G /volume1/Movies/ admin@SynoName:/$ du -sh /volume1 3.3T /volume1 admin@SynoName:/$

Are you just looking to change the paths to your drives?

Yeah i tried but it broke everything. So i just commented that portion out. Also none of the art shows up.

i just stripped everything but network status / service area. thats the only part i could get to work.

It could be just me . . . or the fact that I downloaded the latest Ubuntu Server 16.04 to run this on. But when I navigate to the http://IPADDRESS/index.php it’s just a blank page.

Could this be due to the PHP on Ubuntu now being ver 7 ?

@Ryan Christensen said:

@Magic815 said:
So what is the preferred version that I use if I’m on Windows? I see the following exist on git in various stages of development activity:

GitHub - Jarvl/Network-Status-Page: A network status page designed to monitor a local Ubuntu server and network activity with forecast.io and CouchPotato integration
GitHub - d4rk22/Network-Status-Page: Designed to monitor a local server and network with forecast.io, Plex, and pfSense integration.
GitHub - scytherswings/Network-Status-Page: Designed to monitor a local server and network with forecast.io, Plex, and pfSense integration.
https://github.com/OmgImAlexis/Network-Status-Page

Also, at the risk of being chased out with pitchforks, is there a way to get any of those above versions working on Windows if I don’t have Plex Media Server? I’m currently not using Plex on my media center, but have been trying to find a good dashboard for all my other pieces of software (Sonaar, CouchPotato, etc). The above options look like exactly the dashboard I’m looking for, but it seems like it’s tied pretty tightly into Plex. Would it be easily modifiable to not have that prerequisite?

I originally just looked at someone else’s PHP code for their dashboard and hacked this together. You could definitely run it without a Plex server. There is a lot of code for the Plex server but if you don’t have one running it’ll fall back to the trakt.tv image. You could just change that part of the code to do whatever you want. What are you looking to display in the center area? Maybe I can point you in the correct direction.

So I ended up installing Emby as my media server. Would you be able to point me in the right direction of what parts of the files I would need to modify to get this working on Windows 8.1, and have Emby be the focal point - not Plex? So far, I was only able to get the services section to load (what you have on the bottom left) thanks to m1e1w1 and a stipped-down version of NetworkStatusPage he was able to make. With the stripped down version, I just had to modify the services-ajak.php file. But both m1e1w1 and I can’t get anything else to load on Windows. Any help is appreciated!

does this still work with Plex after the update that requires everything to login in order to work?

Is this still in development?

Also, will this run on PHP versions 7.x? or does it have to be 5.x?

@jrdnlc I know you asked this awhile ago but I do have this running on Unraid. Services/Weather/Now Playing/Storage/and CPU load work. Let me know if you’re still messing with it.

@theiam79 I never looked into it to be honest since I was focused on other things I was doing to my server. Do you mind helping me set it up? Let me know if its ok and i’ll send you a PM. Thanks!

@jrdnlc Sure thing. I may be a bit slow to respond but I don’t mind at all, just send me whatever questions you have and I’ll see if I can help. FWIW, I have the Bandwidth and contact stuff working now as well.

@theiam79 Thanks. I sent you a PM

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.