SDS status monitor https://status-sds.kaas.kit.edu/

Thomas Thümmler 72e69d211f fixed det magnet channels před 3 měsíci
Crypt e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling před 4 roky
File e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling před 4 roky
Math e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling před 4 roky
Net e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling před 4 roky
System e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling před 4 roky
config 994e1e5734 update permissions před 4 roky
logs e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling před 4 roky
oldfiles 04b23fa096 some code cleanup před 2 roky
patchpanel 4c92efabf6 minor change před 1 rokem
pics be73fc2eb5 ORCA icon před 5 měsíci
.gitignore e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling před 4 roky
.htaccess 9c165f162d Remove `htpasswd` (mount from OpenShift) před 2 roky
CorporateESC-Bold.woff 79d373b0ed Font před 2 roky
CorporateESC-Bold.woff2 b5b53e80c8 KATRIN logo font před 2 roky
Dockerfile a6912477e2 update Dockerfile před 4 roky
README.md 7a6f7dc34a parallelize polling před 4 roky
SDS_status_channels.php 72e69d211f fixed det magnet channels před 3 měsíci
SDS_status_functions.php 04b23fa096 some code cleanup před 2 roky
SDS_status_main.php be10a5f6d7 typo před 4 měsíci
aircoils_settings.php 04b23fa096 some code cleanup před 2 roky
docker-compose.yml fde13e12a9 try BORA style with Docker + php/apache base před 4 roky
index.php c01beed9ae removed iframe with raspberry shake, due to high cpu load před 5 měsíci
index_beta.php 04b23fa096 some code cleanup před 2 roky
list.php 04b23fa096 some code cleanup před 2 roky
mace_settings.php 04b23fa096 some code cleanup před 2 roky
openssl.cnf e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling před 4 roky
poll_HV_data.php 540876b13a fixed a bug not polling the identical time intervals for both DVMs, now identical před 7 měsíci
poll_adei_data.php cdb76d389e remove sleeps před 1 rokem
poll_data.sh aa95777525 Add feature to pull patchpanel relations from KaLi database před 2 roky
poll_database.php cdb76d389e remove sleeps před 1 rokem
stylesheet.css ab04861c05 Style sheet for updated page layout před 2 roky
update_database.php bd27ed5057 fixes + tuning, add author field před 1 rokem

README.md

SDS status monitor

  • Runs on Apache + PHP
  • Website served by Apache process
  • Data is polled in background at regular intervals
  • Needs write access to www directory for caching

Docker

Setup builds on Ubuntu 18.04 (bionic) and starts server + polling process.

Build & run locally:

docker build -t sds-status-monitor .
docker run -p 8001:80 --name sds-status sds-status-monitor
docker rm -f sds-status    # terminates container

Runtime arguments:

  • POLL_INTERVAL - polling interval for background process (default: 60 seconds)
  • POLL_SCRIPTS - list of PHP scripts to run in parallel for polling (default: 'poll_adei_data.php poll_HV_data.php')