doh Posted March 30, 2015 Posted March 30, 2015 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
Staff Chris Posted March 31, 2015 Staff Posted March 31, 2015 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now