pacemaker
2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
|
Go to the source code of this file.
Functions | |
svc_action_t * | services__create_resource_action (const char *name, const char *standard, const char *provider, const char *agent, const char *action, guint interval_ms, int timeout, GHashTable *params, enum svc_action_flags flags) |
Create a new resource action. More... | |
const char * | services__exit_reason (svc_action_t *action) |
char * | services__grab_stdout (svc_action_t *action) |
char * | services__grab_stderr (svc_action_t *action) |
void | services__set_result (svc_action_t *action, int agent_status, enum pcmk_exec_status exec_status, const char *exit_reason) |
void | services__format_result (svc_action_t *action, int agent_status, enum pcmk_exec_status exec_status, const char *format,...) G_GNUC_PRINTF(4 |
svc_action_t* services__create_resource_action | ( | const char * | name, |
const char * | standard, | ||
const char * | provider, | ||
const char * | agent, | ||
const char * | action, | ||
guint | interval_ms, | ||
int | timeout, | ||
GHashTable * | params, | ||
enum svc_action_flags | flags | ||
) |
Create a new resource action.
[in] | name | Name of resource |
[in] | standard | Resource agent standard (ocf, lsb, etc.) |
[in] | provider | Resource agent provider |
[in] | agent | Resource agent name |
[in] | action | action (start, stop, monitor, etc.) |
[in] | interval_ms | How often to repeat this action (if 0, execute once) |
[in] | timeout | Consider action failed if it does not complete in this many milliseconds |
[in] | params | Action parameters |
Definition at line 254 of file services.c.
const char* services__exit_reason | ( | svc_action_t * | action | ) |
Definition at line 1376 of file services.c.
void services__format_result | ( | svc_action_t * | action, |
int | agent_status, | ||
enum pcmk_exec_status | exec_status, | ||
const char * | format, | ||
... | |||
) |
char* services__grab_stderr | ( | svc_action_t * | action | ) |
Definition at line 1411 of file services.c.
char* services__grab_stdout | ( | svc_action_t * | action | ) |
Definition at line 1392 of file services.c.
void services__set_result | ( | svc_action_t * | action, |
int | agent_status, | ||
enum pcmk_exec_status | exec_status, | ||
const char * | exit_reason | ||
) |
Definition at line 1271 of file services.c.