Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
OCF_HEARTBEAT_AZURE()					   OCF_HEARTBEAT_AZURE()

NAME
     ocf_heartbeat_azure-events-az - Microsoft Azure Scheduled Events monitoring
     agent

SYNOPSIS
     azure-events-az [start | stop | monitor | meta-data | validate-all]

DESCRIPTION
     This resource agent implements a monitor for scheduled (maintenance) events
     for a Microsoft Azure VM.

     If  any  relevant	events	are found, it moves all Pacemaker resources away
     from the affected node to allow for a graceful shutdown.

     Deployment:  crm	configure   primitive	rsc_azure-events-az   ocf:heart-
     beat:azure-events-az   op	 monitor   interval=10s   crm	configure  clone
     cln_azure-events-az rsc_azure-events-az

     For further information on Microsoft Azure Scheduled Events,  please  refer
     to the following documentation: https://docs.microsoft.com/en-us/azure/vir-
     tual-machines/linux/scheduled-events

SUPPORTED PARAMETERS
     eventTypes
	 A  comma-separated list of event types that will be handled by this re-
	 source agent. (Possible values: Freeze,Reboot,Redeploy)

	 (optional, string, default "Reboot,Redeploy")

     verbose
	 Set to true to enable verbose logging

	 (optional, boolean, default false)

SUPPORTED ACTIONS
     This resource agent supports the following actions (operations):

     start
	 Starts the resource. Suggested minimum timeout: 10s.

     stop
	 Stops the resource. Suggested minimum timeout: 10s.

     validate-all
	 Performs a validation of the resource configuration. Suggested  minimum
	 timeout: 20s.

     monitor
	 Performs a detailed status check. Suggested minimum timeout: 240s. Sug-
	 gested interval: 10s.

     meta-data
	 Retrieves  resource agent metadata (internal use only). Suggested mini-
	 mum timeout: 10s.

EXAMPLE CRM SHELL
     The following is an example configuration for  a  azure-events-az	resource
     using the crm(8) shell:

	 primitive p_azure-events-az ocf:heartbeat:azure-events-az \
	   op monitor timeout="240s" interval="10s"

EXAMPLE PCS
     The  following  is  an example configuration for a azure-events-az resource
     using pcs(8)

	 pcs resource create p_azure-events-az ocf:heartbeat:azure-events-az \
	   op monitor timeout="240s" interval="10s"

SEE ALSO
     http://clusterlabs.org/

AUTHOR
     ClusterLabs contributors (see the resource  agent	source	for  information
     about individual authors)

							   OCF_HEARTBEAT_AZURE()

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ocf_heartbeat_azure-events-az&sektion=7&manpath=FreeBSD+Ports+15.1.quarterly>

home | help