diff --git a/iocBoot/iocLinux/st.cmd b/iocBoot/iocLinux/st.cmd index 5aae65e92dacf6fa198a27e06463be60550136c3..4f14f0bf33cbfd83183032739ea8202f1131be31 100644 --- a/iocBoot/iocLinux/st.cmd +++ b/iocBoot/iocLinux/st.cmd @@ -199,6 +199,10 @@ dbLoadRecords("$(DEVIOCSTATS)/db/iocAdminSoft.db","IOC=xxx") # Run this after iocInit: #doAfterIocInit("seq filterDrive,'NAME=filterDrive,P=xxx:,R=filter:,NUM_FILTERS=16'") +### Load database record for alive heartbeating support. +# RHOST specifies the IP address that receives the heartbeats. +#dbLoadRecords("$(ALIVE)/aliveApp/Db/alive.db", "P=xxx:,RHOST=X.X.X.X") + ############################################################################### iocInit ###############################################################################