You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by du...@apache.org on 2021/05/20 16:09:44 UTC

[brooklyn-docs] 12/34: Merge commit '7402753b' into release-5.0-reverted-222

This is an automated email from the ASF dual-hosted git repository.

duncangrant pushed a commit to branch ruby-3
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git

commit b726b1612610fe5a957505320f8a4a5593f97118
Merge: 15afba3 7402753
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Tue Sep 4 14:32:12 2018 +0100

    Merge commit '7402753b' into release-5.0-reverted-222

 guide/blueprints/_elect-primary-policies.md | 146 ++++++++++++++++++++++++++++
 guide/blueprints/policies.md                |  23 ++++-
 2 files changed, 165 insertions(+), 4 deletions(-)

diff --cc guide/blueprints/policies.md
index ff8d1f1,f34fdf3..67ef0ce
--- a/guide/blueprints/policies.md
+++ b/guide/blueprints/policies.md
@@@ -67,10 -66,10 +67,10 @@@ brooklyn.policies
  - type: org.apache.brooklyn.policy.ha.ServiceRestarter
    brooklyn.config:
      failOnRecurringFailuresInThisDuration: 5m
 -```
 +{% endhighlight %}
  
- Typically this is used in conjunction with the FailureDetector enricher to emit the trigger sensor.
- The [introduction to policies](../start/policies.html) shows a worked 
+ Typically this is used in conjunction with the ServiceFailureDetector enricher to emit the trigger sensor.
+ The [introduction to policies]({{book.path.docs}}/start/policies.md) shows a worked 
  example of these working together.