10 #ifndef PCMK__AGENTS__H
11 # define PCMK__AGENTS__H
29 #define PCMK_STONITH_ACTION_LIMIT "pcmk_action_limit"
30 #define PCMK_STONITH_DELAY_BASE "pcmk_delay_base"
31 #define PCMK_STONITH_DELAY_MAX "pcmk_delay_max"
32 #define PCMK_STONITH_HOST_ARGUMENT "pcmk_host_argument"
33 #define PCMK_STONITH_HOST_CHECK "pcmk_host_check"
34 #define PCMK_STONITH_HOST_LIST "pcmk_host_list"
35 #define PCMK_STONITH_HOST_MAP "pcmk_host_map"
36 #define PCMK_STONITH_PROVIDES "provides"
37 #define PCMK_STONITH_STONITH_TIMEOUT "stonith-timeout"
40 #define PCMK_OCF_MAJOR_VERSION "1"
41 #define PCMK_OCF_MINOR_VERSION "1"
42 #define PCMK_OCF_VERSION PCMK_OCF_MAJOR_VERSION "." PCMK_OCF_MINOR_VERSION
63 #if !defined(PCMK_ALLOW_DEPRECATED) || (PCMK_ALLOW_DEPRECATED == 1)
71 #endif // PCMK__AGENTS__H
bool pcmk_stonith_param(const char *param)
Check whether a given stonith parameter is handled by Pacemaker.
enum crm_ais_msg_types type
Deprecated Pacemaker resource agent API.
char * crm_generate_ra_key(const char *standard, const char *provider, const char *type)
int crm_parse_agent_spec(const char *spec, char **standard, char **provider, char **type)
Parse a "standard[:provider]:type" agent specification.
uint32_t pcmk_get_ra_caps(const char *standard)
Get capabilities of a resource agent standard.