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 | meta-data | validate-all]
13
15 Systhem health agent that measures the CPU idling and updates the
16 #health-cpu attribute.
17
19 OCF_RESKEY_state = string [/health-cpu-.state]
20 State file
21
22 Location to store the resource state in.
23
24 OCF_RESKEY_yellow_limit = string [50]
25 Lower limit for yellow health attribute
26
27 Lower (!) limit of idle percentage to switch the health attribute
28 to yellow. I.e. the #health-cpu will go yellow if the %idle of the
29 CPU falls below 50%.
30
31 OCF_RESKEY_red_limit = string [10]
32 Lower limit for red health attribute
33
34 Lower (!) limit of idle percentage to switch the health attribute
35 to red. I.e. the #health-cpu will go red if the %idle of the CPU
36 falls below 10%.
37
39 Andrew Beekhof <andrew@beekhof.net>
40 Author.
41
42
43
44Pacemaker Configuration 04/17/2019 OCF_PACEMAKER_HEALTH(7)