1OCF_PACEMAKER_HEALTH(7)     Pacemaker Configuration    OCF_PACEMAKER_HEALTH(7)
2
3
4

NAME

6       ocf_pacemaker_HealthIOWait - System health based on CPU iowait
7       measurement
8

SYNOPSIS

10       OCF_RESKEY_state=string [OCF_RESKEY_yellow_limit=string]
11       [OCF_RESKEY_red_limit=string]
12
13       HealthIOWait [start | stop | monitor | meta-data | validate-all]
14

DESCRIPTION

16       System health agent that measures the CPU iowait via top and updates
17       the #health-iowait attribute.
18

SUPPORTED PARAMETERS

20       OCF_RESKEY_state = string [/health-iowait-.state]
21           State file
22
23           Location to store the resource state in.
24
25       OCF_RESKEY_yellow_limit = string [10]
26           Upper limit for yellow health attribute
27
28           Upper limit of iowait percentage to switch the health attribute to
29           yellow. I.e. the #health-iowait will go yellow if the %iowait of
30           the CPU gets higher than 10%.
31
32       OCF_RESKEY_red_limit = string [15]
33           Upper limit for red health attribute
34
35           Upper limit of iowait percentage to switch the health attribute to
36           red. I.e. the #health-iowait will go red if the %iowait of the CPU
37           get higher than 15%.
38

AUTHOR

40       Andrew Beekhof <andrew@beekhof.net>
41           Author.
42
43
44
45Pacemaker Configuration           12/07/2020           OCF_PACEMAKER_HEALTH(7)
Impressum