homematic-community / hm-watchdog

:dog: A HomeMatic CCU Addon implementing a watchdog functionality to restart certain services if they are identified to have crashed...
Apache License 2.0
22 stars 2 forks source link

HM CCU2 Firmeware 2.31.25 "ReGaHss.normal" #16

Closed michaelHH1 closed 6 years ago

michaelHH1 commented 6 years ago

Moin. Zumindest mit HM CCU2 Firmware 2.31.25 funktioniert die Prüfung auf ReGaHss nicht mehr. Habe ständigen Neustart.

Habe manuell das Script /usr/local/addons/hm-watchdog/bin/hm-watchdog.sh wie folgt angepaßt: alt: if [ $(ps | grep "/bin/ReGaHss " | grep -v grep | wc -l) -lt 1 ]; then neu: if [ $(ps | grep "/bin/ReGaHss.normal " | grep -v grep | wc -l) -lt 1 ]; then VG