Hello,
I am trying to get a BRX plc to work with a heartbeat using Opsgenie. This is way outside of my wheelhouse but I thought I would be able to figure it out if I kept tinkering with it. So far I have not found a working configuration, any help would be appreciated.
Based on my firewall logs it looks like the PLC is contacting the IP address that api.opsgenie.com resolves to but the ping is not being received.
My current settings are attached.
This is the command needed to ping the heartbeat. You can use GET, POST, PUT, PATCH
curl -X GET '
https://api.opsgenie.com/v2/heartbeats/HeartbeatName/ping'
--header 'Authorization: GenieKey eb243592-faa2-4ba2-a551q-1afdf565c889'
This would be the response from Opsgenie but I do not plan to use the information in the PLC. At this time I don't plan on confirming receipt of the ping.
{
"result": "PONG - Heartbeat received",
"took": 0,
"requestId": "111be080-6632-4897-a6e9-b8dc72f943c7"
}