diff --git a/docs/index.html b/docs/index.html index f66ee683..1cdf7104 100644 --- a/docs/index.html +++ b/docs/index.html @@ -225,6 +225,8 @@

Contents

id="toc-ha_cluster_constraints_ticket">ha_cluster_constraints_ticket
  • ha_cluster_acls
  • +
  • ha_cluster_alerts
  • ha_cluster_qnetd
  • @@ -296,6 +298,8 @@

    Contents

    ACLs
  • Configuring utilization
  • +
  • Configuring Alerts
  • Purging all cluster configuration
  • @@ -338,6 +342,7 @@

    Limitations

  • Pacemaker node attributes
  • Pacemaker Access Control Lists (ACLs)
  • node and resource utilization
  • +
  • Pacemaker Alerts
  • Requirements

    @@ -1668,13 +1673,74 @@

    ha_cluster_acls

    value: 'true'

    You may take a look at an example.

    +

    ha_cluster_alerts

    +

    structure, default: no alerts

    +
    ha_cluster_alerts:
    +  - id: alert1
    +    path: /alert1/path
    +    description: Alert1 description
    +    instance_attrs:
    +      - attrs:
    +        - name: alert_attr1_name
    +          value: alert_attr1_value
    +    meta_attrs:
    +      - attrs:
    +        - name: alert_meta_attr1_name
    +          value: alert_meta_attr1_value
    +    recipients:
    +      - value: recipient_value
    +        id: recipient1
    +        description: Recipient1 description
    +        instance_attrs:
    +          - attrs:
    +            - name: recipient_attr1_name
    +              value: recipient_attr1_value
    +        meta_attrs:
    +          - attrs:
    +            - name: recipient_meta_attr1_name
    +              value: recipient_meta_attr1_value
    +

    This variable defines Pacemaker alerts.

    +

    The items of alerts are as follows:

    + +

    The items of recipients are as follows:

    + +

    Note: The role configures the cluster to call +external programs to handle alerts. It is your responsibility to provide +the programs and distribute them to cluster nodes.

    +

    You may take a look at an +example.

    ha_cluster_qnetd

    structure and default value:

    -
    ha_cluster_qnetd:
    -  present: boolean
    -  start_on_boot: boolean
    -  regenerate_keys: boolean
    +
    ha_cluster_qnetd:
    +  present: boolean
    +  start_on_boot: boolean
    +  regenerate_keys: boolean

    This configures a qnetd host which can then serve as an external quorum device for clusters. The items are as follows:

    Requirements

    @@ -1668,13 +1673,74 @@

    ha_cluster_acls

    value: 'true'

    You may take a look at an example.

    +

    ha_cluster_alerts

    +

    structure, default: no alerts

    +
    ha_cluster_alerts:
    +  - id: alert1
    +    path: /alert1/path
    +    description: Alert1 description
    +    instance_attrs:
    +      - attrs:
    +        - name: alert_attr1_name
    +          value: alert_attr1_value
    +    meta_attrs:
    +      - attrs:
    +        - name: alert_meta_attr1_name
    +          value: alert_meta_attr1_value
    +    recipients:
    +      - value: recipient_value
    +        id: recipient1
    +        description: Recipient1 description
    +        instance_attrs:
    +          - attrs:
    +            - name: recipient_attr1_name
    +              value: recipient_attr1_value
    +        meta_attrs:
    +          - attrs:
    +            - name: recipient_meta_attr1_name
    +              value: recipient_meta_attr1_value
    +

    This variable defines Pacemaker alerts.

    +

    The items of alerts are as follows:

    + +

    The items of recipients are as follows:

    + +

    Note: The role configures the cluster to call +external programs to handle alerts. It is your responsibility to provide +the programs and distribute them to cluster nodes.

    +

    You may take a look at an +example.

    ha_cluster_qnetd

    structure and default value:

    -
    ha_cluster_qnetd:
    -  present: boolean
    -  start_on_boot: boolean
    -  regenerate_keys: boolean
    +
    ha_cluster_qnetd:
    +  present: boolean
    +  start_on_boot: boolean
    +  regenerate_keys: boolean

    This configures a qnetd host which can then serve as an external quorum device for clusters. The items are as follows: