-
- Downloads
L2SS-2371: Expose the Prometheus GUI
parent
41d4a3c4
No related branches found
No related tags found
Showing
- README.md 3 additions, 0 deletionsREADME.md
- docker/landing-page/conf.d/default.conf 11 additions, 0 deletionsdocker/landing-page/conf.d/default.conf
- docker/landing-page/html/index.html 3 additions, 2 deletionsdocker/landing-page/html/index.html
- infra/jobs/station/landing-page.levant.nomad 37 additions, 0 deletionsinfra/jobs/station/landing-page.levant.nomad
- infra/jobs/station/monitoring.levant.nomad 6 additions, 2 deletionsinfra/jobs/station/monitoring.levant.nomad
- infra/jobs/station/network-monitoring.levant.nomad 4 additions, 4 deletionsinfra/jobs/station/network-monitoring.levant.nomad
- requirements.txt 1 addition, 1 deletionrequirements.txt
- tangostationcontrol/VERSION 1 addition, 1 deletiontangostationcontrol/VERSION
- tangostationcontrol/devices/base_device_classes/antennafield_device.py 5 additions, 10 deletions...ontrol/devices/base_device_classes/antennafield_device.py
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
# order of appearance. Changing the order has an impact on the overall | # order of appearance. Changing the order has an impact on the overall | ||
# integration process, which may cause wedges in the gate later. | # integration process, which may cause wedges in the gate later. | ||
lofar-sid >= 1.1.0 # Apache 2 | lofar-sid == 1.1.0 # Apache 2 | ||
lofar-lotus>=0.0.4 # Apache 2 | lofar-lotus>=0.0.4 # Apache 2 | ||
PyTango>=10.0.0 # LGPL v3 | PyTango>=10.0.0 # LGPL v3 | ||
numpy>=1.21.6 # BSD3 | numpy>=1.21.6 # BSD3 | ||
... | ... |
Please register or sign in to comment