1OCF_PACEMAKER_SYSINF(7) Pacemaker Configuration OCF_PACEMAKER_SYSINF(7)
2
3
4
6 ocf_pacemaker_SysInfo - SysInfo resource agent
7
9 [OCF_RESKEY_pidfile=string] [OCF_RESKEY_delay=string] OCF_RESKEY_disks=
10 OCF_RESKEY_disk_unit=
11
12 SysInfo [start | stop | monitor | meta-data | validate-all]
13
15 This is a SysInfo Resource Agent. It records (in the CIB) various
16 attributes of a node Sample Linux output: arch: i686 os:
17 Linux-2.4.26-gentoo-r14 free_swap: 1999 cpu_info: Intel(R) Celeron(R)
18 CPU 2.40GHz cpu_speed: 4771.02 cpu_cores: 1 cpu_load: 0.00 ram_total:
19 513 ram_free: 117 root_free: 2.4 Sample Darwin output: arch: i386 os:
20 Darwin-8.6.2 cpu_info: Intel Core Duo cpu_speed: 2.16 cpu_cores: 2
21 cpu_load: 0.18 ram_total: 2016 ram_free: 787 root_free: 13 Units:
22 free_swap: Mb ram_*: Mb cpu_speed (Linux): bogomips cpu_speed (Darwin):
23 Ghz *_free: GB (or user-defined: disk_unit)
24
26 OCF_RESKEY_pidfile = string [/var/run//SysInfo-default]
27 PID file
28
29 OCF_RESKEY_delay = string [0s]
30 Dampening Delay
31
32 Interval to allow values to stabilize
33
34 OCF_RESKEY_disks =
35 List of Filesytems/Paths to query for free disk space
36
37 Filesystems or Paths to be queried for free disk space as a SPACE
38 separated list - e.g "/dev/sda1 /tmp". Results will be written to
39 an attribute with leading slashes removed, and other slashes
40 replaced with underscore, and the word 'free' appended - e.g
41 /dev/sda1 -> dev_sda1_free Note: The root filesystem '/' is always
42 queried to an attribute named 'root_free'
43
44 OCF_RESKEY_disk_unit =
45 Unit to report disk free space in
46
47 Unit to report disk free space in. Can be one of: B, K, M, G, T, P
48 (case-insensitive)
49
51 Andrew Beekhof <andrew@beekhof.net>
52 Author.
53
54
55
56Pacemaker Configuration 09/07/2011 OCF_PACEMAKER_SYSINF(7)