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]
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
40 Andrew Beekhof <andrew@beekhof.net>
41 Author.
42
43
44
45Pacemaker Configuration 12/08/2022 OCF_PACEMAKER_HEALTH(7)