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_agent/active.c')
-rw-r--r--src/zabbix_agent/active.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/zabbix_agent/active.c b/src/zabbix_agent/active.c
index 3899d4d8169..a8f045d4f7f 100644
--- a/src/zabbix_agent/active.c
+++ b/src/zabbix_agent/active.c
@@ -255,8 +255,6 @@ out:
/******************************************************************************
* *
- * Function: mode_parameter_is_skip *
- * *
* Purpose: test log[] or log.count[] item key if <mode> parameter is set to *
* 'skip' *
* *
@@ -291,8 +289,6 @@ static int mode_parameter_is_skip(unsigned char flags, const char *itemkey)
/******************************************************************************
* *
- * Function: parse_list_of_checks *
- * *
* Purpose: Parse list of active checks received from server *
* *
* Parameters: str - NULL terminated string received from server *
@@ -526,8 +522,6 @@ out:
/*********************************************************************************
* *
- * Function: process_config_item *
- * *
* Purpose: process configuration item and set it value to respective parameter *
* *
* Parameters: json - pointer to JSON structure where to put resulting value *
@@ -590,8 +584,6 @@ static void process_config_item(struct zbx_json *json, char *config, size_t leng
/******************************************************************************
* *
- * Function: refresh_active_checks *
- * *
* Purpose: Retrieve from Zabbix server list of active checks *
* *
* Parameters: host - IP or Hostname of Zabbix server *
@@ -709,8 +701,6 @@ static int refresh_active_checks(zbx_vector_ptr_t *addrs)
/******************************************************************************
* *
- * Function: check_response *
- * *
* Purpose: Check whether JSON response is SUCCEED *
* *
* Parameters: JSON response from Zabbix trapper *
@@ -750,8 +740,6 @@ static int check_response(char *response)
/******************************************************************************
* *
- * Function: send_buffer *
- * *
* Purpose: Send value stored in the buffer to Zabbix server *
* *
* Parameters: addrs - [IN] vector with a pair of Zabbix server IP or *
@@ -932,8 +920,6 @@ ret:
/******************************************************************************
* *
- * Function: process_value *
- * *
* Purpose: Buffer new value or send the whole buffer to the server *
* *
* Parameters: addrs - vector with a pair of Zabbix server IP or *
@@ -1176,8 +1162,6 @@ out:
#if !defined(_WINDOWS) && !defined(__MINGW32__)
/******************************************************************************
* *
- * Function: zbx_minimal_init_prep_vec_data *
- * *
* Purpose: initialize an element of preparation vector with available data *
* *
* Parameters: lastlogsize - [IN] lastlogize value to write into persistent *
@@ -1344,8 +1328,6 @@ static void process_active_checks(zbx_vector_ptr_t *addrs)
/******************************************************************************
* *
- * Function: update_schedule *
- * *
* Purpose: update active check and send buffer schedule by the specified *
* time delta *
* *