summaryrefslogtreecommitdiffstats
path: root/health/health.h
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2023-11-23 23:56:34 +0200
committerGitHub <noreply@github.com>2023-11-23 23:56:34 +0200
commit85f359fc2677752ef7501fbee92d9caecc924538 (patch)
treee874de2346c715e9b5762517f9c7faf08af61da8 /health/health.h
parenta721fcb61f9c50762a92d2939091fdfc02bf0014 (diff)
Handle ephemeral hosts (#16381)
* Handle ephemeral hosts * Node empheral removal timeout 86400 seconds (1 day) * Move config from health to global section * Set a node to queryable false when it is ephemeral and is removed * Log queryable. Send queryable=0 only when forcing host deletion (the node is ephemeral) * Switch to "is ephemeral node" Document stream.conf * Unregister node id
Diffstat (limited to 'health/health.h')
-rw-r--r--health/health.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/health/health.h b/health/health.h
index ff8fb4261e..ef24624465 100644
--- a/health/health.h
+++ b/health/health.h
@@ -102,7 +102,6 @@ void *health_cmdapi_thread(void *ptr);
char *health_edit_command_from_source(const char *source);
void sql_refresh_hashes(void);
-void health_add_host_labels(void);
void health_string2json(BUFFER *wb, const char *prefix, const char *label, const char *value, const char *suffix);
void health_log_alert_transition_with_trace(RRDHOST *host, ALARM_ENTRY *ae, int line, const char *file, const char *function);