Posted March 30, 201510 yr Hi I've been using Pulseway on Windows for some time now and it's great. I now have a Raspberry Pi that I'm using to run my Domoticz home automation system, and want to use Pulseway to monitor that too. I have Pulseway installed on the Pi and it's working fine, but I can't quite figure out how to setup monitoring of the Domoticz process correctly. The Domoticz service is started using the command: sudo service domoticz.sh start The process it runs is (from a ps -ef ): /domoticz/domoticz -daemon -www 8089 -log /domoticz/domoticz.log I've set this up in the config.xml, but am not entirely sure what to put for the following parameters: IsDaemon - NONE, SYSVINIT, UPDATE or SYSTEMD? Path - I've tried /domoticz/domoticz? StartParameters - copied from the ps -ef output above CanBeStopped - tried True and False I always seem to get an alert saying that the process/service is stopped, when it is clearly running. What is the correct way to configure this? Thanks
March 31, 201510 yr Staff Hi, Welcome to the Pulseway community. Try with the following configuration: IsDaemon - NONE Path - /domoticz/domoticz? StartParameters - -daemon -www 8089 -log /domoticz/domoticz.log CanBeStopped - True Regards, Chris Pulseway Support
Create an account or sign in to comment