1OCF_HEARTBEAT_SPHINX(7) OCF resource agents OCF_HEARTBEAT_SPHINX(7)
2
3
4
6 ocf_heartbeat_SphinxSearchDaemon - Manages the Sphinx search daemon.
7
9 SphinxSearchDaemon [start | stop | monitor | meta-data | validate-all]
10
12 This is a searchd Resource Agent. It manages the Sphinx Search Daemon.
13
15 config
16 searchd configuration file (unique, optional, string, default
17 /etc/sphinx/sphinx.conf)
18
19 searchd
20 searchd binary (optional, string, default /usr/local/bin/searchd)
21
22 search
23 Search binary for functional testing in the monitor action.
24 (optional, string, default /usr/local/bin/search)
25
26 testQuery
27 Test query for functional testing in the monitor action. The query
28 does not need to match any documents in the index. The purpose is
29 merely to test whether the search daemon is is able to query its
30 indices and respond properly. (optional, string, default
31 Heartbeat_Monitor_Query_Match_string)
32
34 This resource agent supports the following actions (operations):
35
36 start
37 Starts the resource. Suggested minimum timeout: 20s.
38
39 stop
40 Stops the resource. Suggested minimum timeout: 20s.
41
42 monitor
43 Performs a detailed status check. Suggested minimum timeout: 20.
44 Suggested interval: 10.
45
46 meta-data
47 Retrieves resource agent metadata (internal use only). Suggested
48 minimum timeout: 5.
49
50 validate-all
51 Performs a validation of the resource configuration. Suggested
52 minimum timeout: 20s.
53
55 The following is an example configuration for a SphinxSearchDaemon
56 resource using the crm(8) shell:
57
58 primitive p_SphinxSearchDaemon ocf:heartbeat:SphinxSearchDaemon \
59 op monitor timeout="20" interval="10" depth="0"
60
62 http://www.linux-ha.org/wiki/SphinxSearchDaemon_(resource_agent)
63
65 Linux-HA contributors (see the resource agent source for information
66 about individual authors)
67
68
69
70resource-agents 3.9.2 07/08/2011 OCF_HEARTBEAT_SPHINX(7)