![]() |
pacemaker
1.1.17-b36b869ca8
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <crm/crm.h>#include <crm/msg_xml.h>#include <crm/common/alerts_internal.h>
Go to the source code of this file.
Functions | |
| void | crm_free_alert_list () |
| GListPtr | crm_drop_envvars (crm_alert_entry_t *entry, int count) |
| void | crm_add_dup_alert_list_entry (crm_alert_entry_t *entry) |
| GListPtr | crm_get_envvars_from_cib (xmlNode *basenode, crm_alert_entry_t *entry, int *count) |
| void | crm_set_alert_key (enum crm_alert_keys_e name, const char *value) |
| void | crm_set_alert_key_int (enum crm_alert_keys_e name, int value) |
| void | crm_unset_alert_keys () |
| void | crm_set_envvar_list (crm_alert_entry_t *entry) |
| void | crm_unset_envvar_list (crm_alert_entry_t *entry) |
Variables | |
| GListPtr | crm_alert_list = NULL |
| guint | crm_alert_max_alert_timeout = CRM_ALERT_DEFAULT_TIMEOUT_MS |
| const char * | crm_alert_keys [14][3] |
| void crm_add_dup_alert_list_entry | ( | crm_alert_entry_t * | entry | ) |
| GListPtr crm_drop_envvars | ( | crm_alert_entry_t * | entry, |
| int | count | ||
| ) |
| GListPtr crm_get_envvars_from_cib | ( | xmlNode * | basenode, |
| crm_alert_entry_t * | entry, | ||
| int * | count | ||
| ) |
| void crm_set_alert_key | ( | enum crm_alert_keys_e | name, |
| const char * | value | ||
| ) |
| void crm_set_alert_key_int | ( | enum crm_alert_keys_e | name, |
| int | value | ||
| ) |
| void crm_set_envvar_list | ( | crm_alert_entry_t * | entry | ) |
| void crm_unset_envvar_list | ( | crm_alert_entry_t * | entry | ) |
| const char* crm_alert_keys[14][3] |
| guint crm_alert_max_alert_timeout = CRM_ALERT_DEFAULT_TIMEOUT_MS |
1.8.13