I run Domoticz on a Raspberry Pi and have this successfully being monitored by Pulseway.
I am now also using the BA-Bridge software which runs as a java process. Can anyone tell me how to configure Pulseway to monitor this and be able to re-start it if it should fail?
The process is started by having /etc/rc.local call a script that does this:
Hi
I run Domoticz on a Raspberry Pi and have this successfully being monitored by Pulseway.
I am now also using the BA-Bridge software which runs as a java process. Can anyone tell me how to configure Pulseway to monitor this and be able to re-start it if it should fail?
The process is started by having /etc/rc.local call a script that does this:
nohup java -jar -Dserver.port=8090 -Dconfig.file=/home/pi/habridge/habridge.config /home/pi/habridge/ha-bridge-3.5.1.jar > /home/pi/habridge/habridge-log.txt 2>&1 &
Thanks