SYNOPSIS
- SysInfo [start | stop | monitor | meta-data | validate-all]
DESCRIPTION
SUPPORTED PARAMETERS
pidfile
- PID file (optional, string, default /var/run/heartbeat/rsctmp/SysInfo-default)
delay
- Interval to allow values to stabilize (optional, string, default 0s)
SUPPORTED ACTIONS
This resource agent supports the following actions (operations):
start
- Starts the resource. Suggested minimum timeout: 20s.
stop
- Stops the resource. Suggested minimum timeout: 20s.
monitor
- Performs a detailed status check. Suggested minimum timeout: 20s. Suggested interval: 60s.
meta-data
- Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5.
validate-all
- Performs a validation of the resource configuration. Suggested minimum timeout: 20s.
EXAMPLE
The following is an example configuration for a SysInfo resource using the crm(8) shell:
-
primitive example_SysInfo ocf:heartbeat:SysInfo \ op monitor timeout="20s" interval="60s"
AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors)