monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

>127 included files


From: Tobias Marklund
Subject: >127 included files
Date: Wed, 13 Sep 2006 14:51:58 +0200

Hi.

The "include" functionality of monit scripts seems to have a design flaw.
If I understand it correctly, a limit of 127 recursions is set to prevent infinite loops like:

File a.monit:
include b.monit

File b.monit:
include a.monit

However, currently an include statement of "include system*.monit" will fail if the number of matching files are >127.

Regards,
Tobias






reply via email to

[Prev in Thread] Current Thread [Next in Thread]