chore(docker-env2): seed sample native alarm source binding + demo instance on site-x

This commit is contained in:
Joseph Doherty
2026-05-31 02:50:38 -04:00
parent 046797e699
commit 2b7c765a58
2 changed files with 63 additions and 0 deletions
+10
View File
@@ -73,6 +73,16 @@ bash docker-env2/deploy.sh
bash docker-env2/seed-sites.sh
```
The seed also creates a **native alarm source demo**: a `MxAlarmDemo` template with a
`GalaxyAlarms` native alarm source bound to the shared MxGateway connection, plus a
deployed `MxAlarmDemo-1` instance on site-x. This exercises the read-only native alarm
mirror end-to-end — mirrored alarms appear live in the Central UI Debug View with severity
and condition badges. Verify the binding with:
```bash
scadabridge --url http://localhost:9100 template native-alarm-source list --template-id <id>
```
### After Code Changes
```bash