Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Overview/Status page
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Overview/Status page

Recently completed my overview page and combined it with a HTTP checker:

https://raymii.org/s/static/Sparkling_Network.html

image

The status orb is a very nice simple HTML trick:

<td><img src="http://vps23.sparklingclouds.nl/s/inc/img/online.png" alt=""" onerror="this.src='../inc/img/offline.png'" />

The page is ment for myself, so that I remember where I have servers and what specs they are. The status is a nice extra.

Opinions?

Thanked by 1matthewvz

Comments

  • Looking sweet! Wonder if you're willing to release the source code.

  • trexostrexos Member

    Yeah, looks really nice! Do you release the sources? What has to be installed on the remote servers?

  • wdqwdq Member

    Looks very nice. Is most of the data collected from some sort of database, or is there a script that runs on each server? I'd also be interested in source code.

  • Looks good!

  • RaymiiRaymii Member

    @wdq said:
    Looks very nice. Is most of the data collected from some sort of database, or is there a script that runs on each server? I'd also be interested in source code.

    It is a static page which I update myself. The status from the other servers is done via an image. There has to be a webserver on each server, and that green orb image file. Because of the onerror, if your browser cannot load the image from the src="" link, it will load the red orb from the server that is online. Code is in the first post

    Thanked by 1wdq
Sign In or Register to comment.