Skip to content

Commit

Permalink
Merge pull request #193 from jens-maus/fixed-monit-cfg
Browse files Browse the repository at this point in the history
Thank you for the pull request.
  • Loading branch information
mdzio authored Jan 31, 2025
2 parents f7ec607 + fe6bed9 commit 3b25590
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dist/ccu/etc/monit-ccu-jack.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ check process ccu-jack with pidfile /var/run/ccu-jack.pid
restart = "/etc/config/rc.d/ccu-jack restart"
if does not exist then
exec "/bin/triggerAlarm.tcl 'CCU-Jack nicht aktiv' 'WatchDog: CCU-Jack' true"
if failed port 2121 for 2 cycles then
if failed port 2121 protocol http for 5 cycles then
exec "/bin/triggerAlarm.tcl 'CCU-Jack Port 2121 nicht erreichbar' 'WatchDog: CCU-Jack' true"
if failed port 2122 for 2 cycles then
if failed port 2122 protocol https for 5 cycles then
exec "/bin/triggerAlarm.tcl 'CCU-Jack Port 2122 nicht erreichbar' 'WatchDog: CCU-Jack' true"
depends on lighttpd, rfd, HMIPServer, ReGaHss

0 comments on commit 3b25590

Please sign in to comment.