Heartbeat Monitor for Oracle DB Connection?

Does anyone know how to setup a Heartbeat monitor for a Oracle Database Connection?

This is what I have setup which is not working:
heartbeat.monitors:

- type: tcp
  schedule: "@Every 10 sec"
  hosts: ["192.168.1.101:1521"]
1 Like

Got it working needed forgot to restart the service.. :man_facepalming:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.