Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/zabbix_server/alerter/alert_syncer.c')
-rw-r--r--src/zabbix_server/alerter/alert_syncer.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/zabbix_server/alerter/alert_syncer.c b/src/zabbix_server/alerter/alert_syncer.c
index e022224f727..9ef0265f26c 100644
--- a/src/zabbix_server/alerter/alert_syncer.c
+++ b/src/zabbix_server/alerter/alert_syncer.c
@@ -53,8 +53,6 @@ zbx_am_db_t;
/******************************************************************************
* *
- * Function: am_db_create_alert *
- * *
* Purpose: creates new alert object *
* *
* Parameters: ... - [IN] alert data *
@@ -90,8 +88,6 @@ static zbx_am_db_alert_t *am_db_create_alert(zbx_uint64_t alertid, zbx_uint64_t
/******************************************************************************
* *
- * Function: am_db_init *
- * *
******************************************************************************/
static int am_db_init(zbx_am_db_t *amdb, char **error)
{
@@ -105,8 +101,6 @@ static int am_db_init(zbx_am_db_t *amdb, char **error)
/******************************************************************************
* *
- * Function: am_db_clear *
- * *
******************************************************************************/
static void am_db_clear(zbx_am_db_t *amdb)
{
@@ -122,8 +116,6 @@ static void am_db_clear(zbx_am_db_t *amdb)
/******************************************************************************
* *
- * Function: am_db_get_alerts *
- * *
* Purpose: reads the new alerts from database *
* *
* Parameters: alerts - [OUT] the new alerts *
@@ -254,8 +246,6 @@ static int am_db_get_alerts(zbx_vector_ptr_t *alerts)
/******************************************************************************
* *
- * Function: am_db_update_mediatype *
- * *
* Purpose: updates media type object, creating one if necessary *
* *
* Return value: Updated mediatype or NULL, if the cached media was up to *
@@ -315,8 +305,6 @@ static zbx_am_db_mediatype_t *am_db_update_mediatype(zbx_am_db_t *amdb, time_t n
/******************************************************************************
* *
- * Function: am_db_update_mediatypes *
- * *
* Purpose: updates alert manager media types *
* *
* Parameters: amdb - [IN] the alert manager cache *
@@ -388,8 +376,6 @@ static void am_db_update_mediatypes(zbx_am_db_t *amdb, const zbx_uint64_t *media
/******************************************************************************
* *
- * Function: am_db_queue_alerts *
- * *
* Purpose: reads alerts/mediatypes from database and queues them in alert *
* manager *
* *
@@ -504,8 +490,6 @@ static void event_tags_free(zbx_event_tags_t *event_tags)
/******************************************************************************
* *
- * Function: am_db_update_event_tags *
- * *
* Purpose: adds event tags to sql query *
* *
* Parameters: eventid - [IN] problem_tag update db event *
@@ -604,8 +588,6 @@ out:
/******************************************************************************
* *
- * Function: am_db_validate_tags_for_update *
- * *
* Purpose: removes duplicate event tags and checks if problem tags need to *
* be updated *
* *
@@ -692,8 +674,6 @@ static void am_service_add_event_tags(zbx_vector_events_tags_t *events_tags)
/******************************************************************************
* *
- * Function: am_db_flush_results *
- * *
* Purpose: retrieves alert updates from alert manager and flushes them into *
* database *
* *
@@ -816,8 +796,6 @@ static int am_db_flush_results(zbx_am_db_t *amdb)
}
/******************************************************************************
* *
- * Function: am_db_remove_expired_mediatypes *
- * *
* Purpose: removes cached media types used more than a day ago *
* *
* Parameters: amdb - [IN] the alert manager cache *
@@ -864,8 +842,6 @@ static void am_db_remove_expired_mediatypes(zbx_am_db_t *amdb)
/******************************************************************************
* *
- * Function: am_db_update_watchdog *
- * *
* Purpose: updates watchdog recipients *
* *
* Parameters: amdb - [IN] the alert manager cache *