summaryrefslogtreecommitdiffstats
path: root/health/health.h
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2022-10-11 12:27:42 +0200
committerGitHub <noreply@github.com>2022-10-11 12:27:42 +0200
commit4a935930abe0cbed5aa5f9b583e91fdaf4278223 (patch)
tree16849c39042fa70a17462e8534e5f4ea44aac0cc /health/health.h
parent8ae9a6eb93410cb3bb620013701318f83351c128 (diff)
minor - add host labels for ephemerality and nodes with unstable connections (#13784)
* add host labels for ephemerality and nodes with unstable connections
Diffstat (limited to 'health/health.h')
-rw-r--r--health/health.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/health/health.h b/health/health.h
index fc6a874e9f..0af7e0755f 100644
--- a/health/health.h
+++ b/health/health.h
@@ -90,4 +90,6 @@ void health_label_log_save(RRDHOST *host);
char *health_edit_command_from_source(const char *source);
void sql_refresh_hashes(void);
+void health_add_host_labels(void);
+
#endif //NETDATA_HEALTH_H