1OCF_HEARTBEAT_ZABBIX(7) OCF resource agents OCF_HEARTBEAT_ZABBIX(7)
2
3
4
6 ocf_heartbeat_zabbixserver - Zabbix server resource agent
7
9 zabbixserver [start | stop | monitor | meta-data | validate-all]
10
12 This is a Zabbix server Resource Agent for zabbix_server monitoring
13 daemon. See: http://www.zabbix.com/
14
16 binary
17 Location of the zabbix_server binary.
18
19 (optional, string, default "zabbix_server")
20
21 pid
22 Path to zabbix_server pidfile. As it's created by daemon itself it
23 must be the same as specified in the Zabbix configuration file with
24 parameter 'PidFile='.
25
26 (unique, optional, string, default
27 "/var/run/zabbix-server/zabbix_server.pid")
28
29 config
30 Path to zabbix_server configuration file. Assumed server default if
31 not specified.
32
33 (unique, optional, string, no default)
34
36 This resource agent supports the following actions (operations):
37
38 start
39 Starts the resource. Suggested minimum timeout: 20s.
40
41 stop
42 Stops the resource. Suggested minimum timeout: 20s.
43
44 monitor
45 Performs a detailed status check. Suggested minimum timeout: 20s.
46 Suggested interval: 10s.
47
48 validate-all
49 Performs a validation of the resource configuration. Suggested
50 minimum timeout: 20s.
51
52 meta-data
53 Retrieves resource agent metadata (internal use only). Suggested
54 minimum timeout: 5s.
55
57 The following is an example configuration for a zabbixserver resource
58 using the crm(8) shell:
59
60 primitive p_zabbixserver ocf:heartbeat:zabbixserver \
61 op monitor timeout="20s" interval="10s" depth="0"
62
64 The following is an example configuration for a zabbixserver resource
65 using pcs(8)
66
67 pcs resource create p_zabbixserver ocf:heartbeat:zabbixserver \
68 op monitor timeout="20s" interval="10s" OCF_CHECK_LEVEL="0"
69
71 http://clusterlabs.org/
72
74 ClusterLabs contributors (see the resource agent source for information
75 about individual authors)
76
77
78
79resource-agents UNKNOWN 01/25/2023 OCF_HEARTBEAT_ZABBIX(7)