1OCF_HEARTBEAT_JIRA(7)         OCF resource agents        OCF_HEARTBEAT_JIRA(7)
2
3
4

NAME

6       ocf_heartbeat_jira - JIRA OCF RA
7

SYNOPSIS

9       jira [start | stop | monitor | meta-data | validate-all]
10

DESCRIPTION

12       OCF Resource Agent to manage JIRA software
13

SUPPORTED PARAMETERS

15       statusurl
16           Status URL for JIRA monitoring
17
18           (optional, string, default "http://localhost:8080/status")
19
20       java_home
21           Java Home in the Linux instance
22
23           (optional, string, default "/usr/lib/jvm/jre")
24
25       jira_installation
26           JIRA installation directory (binaries, ... etc)
27
28           (required, string, no default)
29
30       jira_user
31           User to run Jira software with
32
33           (optional, string, default "jira")
34

SUPPORTED ACTIONS

36       This resource agent supports the following actions (operations):
37
38       start
39           Starts the resource. Suggested minimum timeout: 300s.
40
41       stop
42           Stops the resource. Suggested minimum timeout: 300s.
43
44       monitor
45           Performs a detailed status check. Suggested minimum timeout: 30s.
46           Suggested interval: 10s.
47
48       meta-data
49           Retrieves resource agent metadata (internal use only). Suggested
50           minimum timeout: 5s.
51
52       validate-all
53           Performs a validation of the resource configuration. Suggested
54           minimum timeout: 20s.
55

EXAMPLE CRM SHELL

57       The following is an example configuration for a jira resource using the
58       crm(8) shell:
59
60           primitive p_jira ocf:heartbeat:jira \
61             params \
62               jira_installation=string \
63             op monitor timeout="30s" interval="10s" depth="0"
64

EXAMPLE PCS

66       The following is an example configuration for a jira resource using
67       pcs(8)
68
69           pcs resource create p_jira ocf:heartbeat:jira \
70             jira_installation=string \
71             op monitor timeout="30s" interval="10s" OCF_CHECK_LEVEL="0"
72

SEE ALSO

74       http://clusterlabs.org/
75

AUTHOR

77       ClusterLabs contributors (see the resource agent source for information
78       about individual authors)
79
80
81
82resource-agents UNKNOWN           01/25/2023             OCF_HEARTBEAT_JIRA(7)
Impressum