summaryrefslogtreecommitdiffstats
path: root/scripts/health/main.yml
blob: 7c59bddcbbd55f10a04c7641929eb73dc0af69dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: 2.2
category: Basic
shortdesc: Verify health and configuration
longdesc: |
  Checks and detects issues with the cluster, by creating and
  analysing a cluster report.

  Requires SSH access between cluster nodes. This command is
  also available from the command line as "crm cluster health".
actions:
  - collect: collect.py
    shortdesc: Collect information
  - apply_local: hahealth.py
    shortdesc: Run cluster health check
  - report: report.py
    shortdesc: Report cluster state