SDS status monitor https://status-sds.kaas.kit.edu/
|
1 week ago | |
---|---|---|
Crypt | 4 years ago | |
File | 4 years ago | |
Math | 4 years ago | |
Net | 4 years ago | |
System | 4 years ago | |
config | 4 years ago | |
logs | 4 years ago | |
oldfiles | 2 years ago | |
patchpanel | 1 year ago | |
pics | 1 week ago | |
.gitignore | 4 years ago | |
.htaccess | 1 year ago | |
CorporateESC-Bold.woff | 1 year ago | |
CorporateESC-Bold.woff2 | 1 year ago | |
Dockerfile | 4 years ago | |
README.md | 4 years ago | |
SDS_status_channels.php | 1 week ago | |
SDS_status_functions.php | 2 years ago | |
SDS_status_main.php | 1 week ago | |
aircoils_settings.php | 2 years ago | |
docker-compose.yml | 4 years ago | |
index.php | 1 year ago | |
index_beta.php | 2 years ago | |
list.php | 2 years ago | |
mace_settings.php | 2 years ago | |
openssl.cnf | 4 years ago | |
poll_HV_data.php | 1 month ago | |
poll_adei_data.php | 1 year ago | |
poll_data.sh | 2 years ago | |
poll_database.php | 1 year ago | |
stylesheet.css | 1 year ago | |
update_database.php | 1 year ago |
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')