Skip to content

Commit b49980b

Browse files
Update Alert-Relay.md
1 parent 462a89b commit b49980b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/systems/control_svcs/Alert-Relay.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,13 @@ An IOC usually posts to this service from the :AC: (alert control) system loaded
1515

1616
To do the alerting it will use `sendAlert.db` from `support/webget`. This combines several PVs with mobiles, emails etc. and encodes into the format required for a http POST using the aSub function `webFormURLEncode`. It then sends this to control-svcs using the aSub function `webPOSTRequest`
1717

18-
To see the debug output of what `sendAlerts.db` is sending set `epicsEnvSet("WEBGET_POST_DEBUG","1")` in the `st.cmd` of the runcontrol IOC. This is suppressed by default as it may contain sensitive user data.
18+
To see the debug output of what `sendAlerts.db` is sending set `epicsEnvSet("WEBGET_POST_DEBUG","1")` in the `st.cmd` of the runcontrol IOC. This is suppressed by default as it may contain sensitive user data.
19+
20+
The PVs in IBEX which hold the URL & password for sending alerts are in the form:
21+
22+
```
23+
%MYPVPREFIX%CS:AC:ALERTS:URL:SP
24+
%MYPVPREFIX%CS:AC:ALERTS:PW:SP
25+
```
26+
27+
There is further documentation in the [`RUNCTRL` README file](https://github.com/ISISComputingGroup/EPICS-ioc/blob/master/RUNCTRL/README.md).

0 commit comments

Comments
 (0)