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/discoverer/discoverer.c')
-rw-r--r--src/zabbix_server/discoverer/discoverer.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/zabbix_server/discoverer/discoverer.c b/src/zabbix_server/discoverer/discoverer.c
index 40be2d13daf..83d454710d9 100644
--- a/src/zabbix_server/discoverer/discoverer.c
+++ b/src/zabbix_server/discoverer/discoverer.c
@@ -47,8 +47,6 @@ static volatile sig_atomic_t snmp_cache_reload_requested;
/******************************************************************************
* *
- * Function: proxy_update_service *
- * *
* Purpose: process new service status *
* *
* Parameters: service - service info *
@@ -74,8 +72,6 @@ static void proxy_update_service(zbx_uint64_t druleid, zbx_uint64_t dcheckid, co
/******************************************************************************
* *
- * Function: proxy_update_host *
- * *
* Purpose: process new service status *
* *
* Parameters: service - service info *
@@ -98,8 +94,6 @@ static void proxy_update_host(zbx_uint64_t druleid, const char *ip, const char *
/******************************************************************************
* *
- * Function: discover_service *
- * *
* Purpose: check if service is available *
* *
* Parameters: service type, ip address, port number *
@@ -337,8 +331,6 @@ static int discover_service(const DB_DCHECK *dcheck, char *ip, int port, char **
/******************************************************************************
* *
- * Function: process_check *
- * *
* Purpose: check if service is available and update database *
* *
* Parameters: service - service info *
@@ -407,8 +399,6 @@ static void process_check(const DB_DCHECK *dcheck, int *host_status, char *ip, i
/******************************************************************************
* *
- * Function: process_checks *
- * *
******************************************************************************/
static void process_checks(const DB_DRULE *drule, int *host_status, char *ip, int unique, int now,
zbx_vector_ptr_t *services, zbx_vector_uint64_t *dcheckids)
@@ -463,8 +453,6 @@ static void process_checks(const DB_DRULE *drule, int *host_status, char *ip, in
/******************************************************************************
* *
- * Function: process_services *
- * *
******************************************************************************/
static int process_services(const DB_DRULE *drule, DB_DHOST *dhost, const char *ip, const char *dns, int now,
const zbx_vector_ptr_t *services, zbx_vector_uint64_t *dcheckids)
@@ -504,8 +492,6 @@ fail:
/******************************************************************************
* *
- * Function: process_rule *
- * *
* Purpose: process single discovery rule *
* *
******************************************************************************/
@@ -644,8 +630,6 @@ out:
/******************************************************************************
* *
- * Function: discovery_clean_services *
- * *
* Purpose: clean dservices and dhosts not presenting in drule *
* *
******************************************************************************/
@@ -876,8 +860,6 @@ static void zbx_discoverer_sigusr_handler(int flags)
/******************************************************************************
* *
- * Function: discoverer_thread *
- * *
* Purpose: periodically try to find new hosts and services *
* *
******************************************************************************/