(using mon 99.2)
So if I've got one watch that depends on a few others like so:
watch tree
service tree
depend SELF:roots && SELF:leaves
<etc, etc>
service roots
<etc, etc>
service leaves
<etc, etc>
If, on startup, service 'tree' fires before 'roots' and 'leaves', it'll
alert.How do I stop this?
The docs say: "If dep_behavior is set to 'a', and a parent dependency is
failing, then suppress the alert."Can this be changed to "...and a
parent dependency is untested or failing..." somehow?
(I can dodge the issue by setting the 'tree' service to an interval longer
than the others and turning of randstart, but that's a bummer.)
-Luke