1OCF_PACEMAKER_HEALTH(7) Pacemaker Configuration OCF_PACEMAKER_HEALTH(7)
2
3
4
6 ocf_pacemaker_HealthCPU - System health CPU usage
7
9 [OCF_RESKEY_state=string] [OCF_RESKEY_yellow_limit=string]
10 [OCF_RESKEY_red_limit=string] [OCF_RESKEY_dampening=string]
11
12 HealthCPU [start | stop | monitor | reload-agent | meta-data |
13 validate-all]
14
16 System health agent that measures the CPU idling and updates the
17 #health-cpu attribute.
18
20 OCF_RESKEY_state = string [/health-cpu-.state]
21 State file
22
23 Location to store the resource state in.
24
25 OCF_RESKEY_yellow_limit = string [50]
26 Lower limit for yellow health attribute
27
28 Lower (!) limit of idle percentage to switch the health attribute
29 to yellow. I.e. the #health-cpu will go yellow if the %idle of the
30 CPU falls below 50%.
31
32 OCF_RESKEY_red_limit = string [10]
33 Lower limit for red health attribute
34
35 Lower (!) limit of idle percentage to switch the health attribute
36 to red. I.e. the #health-cpu will go red if the %idle of the CPU
37 falls below 10%.
38
39 OCF_RESKEY_dampening = string [30s]
40 The time to wait (dampening) in seconds for further changes before
41 writing
42
43 The time to wait (dampening) in seconds for further changes before
44 writing
45
47 Andrew Beekhof <andrew@beekhof.net>
48 Author.
49
50
51
52Pacemaker Configuration 11/27/2023 OCF_PACEMAKER_HEALTH(7)