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

Thomas Thümmler fe22208b98 updated voltage reading channels for non-ZEUS database, lines 472-480 vor 1 Jahr
Crypt e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling vor 4 Jahren
File e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling vor 4 Jahren
Math e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling vor 4 Jahren
Net e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling vor 4 Jahren
System e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling vor 4 Jahren
config 994e1e5734 update permissions vor 4 Jahren
logs e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling vor 4 Jahren
oldfiles 04b23fa096 some code cleanup vor 2 Jahren
patchpanel 4c92efabf6 minor change vor 1 Jahr
pics 1b03cd92b0 updated HV switch pic vor 1 Jahr
.gitignore e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling vor 4 Jahren
.htaccess 9c165f162d Remove `htpasswd` (mount from OpenShift) vor 2 Jahren
CorporateESC-Bold.woff 79d373b0ed Font vor 2 Jahren
CorporateESC-Bold.woff2 b5b53e80c8 KATRIN logo font vor 2 Jahren
Dockerfile a6912477e2 update Dockerfile vor 4 Jahren
README.md 7a6f7dc34a parallelize polling vor 4 Jahren
SDS_status_channels.php fe22208b98 updated voltage reading channels for non-ZEUS database, lines 472-480 vor 1 Jahr
SDS_status_functions.php 04b23fa096 some code cleanup vor 2 Jahren
SDS_status_main.php d563e786c4 added "offline" color for K35 K65 temperature monitoring vor 1 Jahr
aircoils_settings.php 04b23fa096 some code cleanup vor 2 Jahren
docker-compose.yml fde13e12a9 try BORA style with Docker + php/apache base vor 4 Jahren
index.php ba1bed8852 trigger restart, noch change vor 1 Jahr
index_beta.php 04b23fa096 some code cleanup vor 2 Jahren
list.php 04b23fa096 some code cleanup vor 2 Jahren
mace_settings.php 04b23fa096 some code cleanup vor 2 Jahren
openssl.cnf e2e1770925 update Dockerfile, switch to ubuntu base, use cron for polling vor 4 Jahren
poll_HV_data.php bd27ed5057 fixes + tuning, add author field vor 1 Jahr
poll_adei_data.php cdb76d389e remove sleeps vor 1 Jahr
poll_data.sh aa95777525 Add feature to pull patchpanel relations from KaLi database vor 2 Jahren
poll_database.php cdb76d389e remove sleeps vor 1 Jahr
stylesheet.css ab04861c05 Style sheet for updated page layout vor 2 Jahren
update_database.php bd27ed5057 fixes + tuning, add author field vor 1 Jahr

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