As-tu regardé dans le log système s'il y avait plus d'infos ?
Le processus monit tourne-t-il ?
Sans doute car arrêté ça donne ceci :
Code : Tout sélectionner
pi@phoenix-dev:~$ sudo monit status
Monit: the monit daemon is not running
Code : Tout sélectionner
pi@phoenix-dev:~$ sudo monit status
Monit: the monit daemon is not running
Code : Tout sélectionner
set daemon 300
with start delay 300
set logfile /var/log/monit.log
set statefile /var/lib/monit/state
set mailserver smtp.gmail.com port 587
username "#####" password "#####"
using tlsv1
with timeout 30 seconds
set alert monemail@gmail.com
set eventqueue
basedir /var/lib/monit/events
slots 100
set httpd port 2812 and
allow 0.0.0.0/0.0.0.0
allow admin:monit
allow @monit
allow @users readonly
include /etc/monit/conf.d/*
Code : Tout sélectionner
Sendmail: Error receiving data from data from the mailserver 'smtp.orange.fr' -- connection reset by peer
Sendmail: Error sending data to the server 'smtp.orange.fr' -- broken pipe
Alert handler failed, retry scheduled for next cycle
Code : Tout sélectionner
Sendmail: 535 5.7.8 https://support.google.com/mail/?p=BadCredentials
Alert handler failed, retry scheduled for next cycle
Code : Tout sélectionner
Sendmail: 534 5.7.9 https://support.google.com/mail/?p=WebLoginRequired
Alert handler failed, retry scheduled for next cycle
Code : Tout sélectionner
check process domoticz with pidfile /var/run/domoticz.pid
start program = "/etc/init.d/domoticz.sh start"
stop program = "/etc/init.d/domoticz.sh stop"
if failed
url http://mon_ip:8080/json.htm?type=command¶m=getversion
and content = '"status" : "OK"'
for 2 cycles
then restart
if 5 restarts within 5 cycles then exec "/sbin/reboot"
Code : Tout sélectionner
'check system' not defined in control file, failed to add automatic configuration (service name Domoticz is used already) -- please add 'check system <name>' manually
Code : Tout sélectionner
start program = "/etc/init.d/domoticz.sh start"
stop program = "/etc/init.d/domoticz.sh stop"