- changed status to resolved
when using "repeat every [n] cycles" (of exec action), n is limited to 104
Issue #891
resolved
exec "echo 'Hello world!'" repeat every 360 cycles
is overriden to exec "echo 'Hello world!'" repeat every 104 cycles
after monit starts (also visible on the web-interface, the config stays unchanged). (This exec is called in an if statement when a service is unavailable after then
.) Daemon is set to 120
.
The motivation of this is to execute something every half day after a service becomes unavailable. The version I use equals 5.16.
Is it possible to raise this limit?
Comments (2)
-
repo owner -
repo owner Issue
#817was marked as a duplicate of this issue. - Log in to comment
Fixed: Issue
#891: The action's "repeat" option was limited to 256 cycles.→ <<cset 96e4aba4f04d>>