Jump to content

Monitor Domoticz service on Raspberry Pi


doh

Recommended Posts

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

Link to comment
Share on other sites

  • 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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...