summaryrefslogtreecommitdiffstats
path: root/health/health.h
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2020-01-17 11:43:02 +0000
committerGitHub <noreply@github.com>2020-01-17 11:43:02 +0000
commit0d509a07ca194950fa7f3e3265d4a948f7c0d35a (patch)
treeb959756c2ad282066c2d6558a1923f5d06834e8f /health/health.h
parentc2fcb04bf71baf625e764d0dc411a53f3ded1337 (diff)
Alarm Log labels (#7548)
* alarm_log_with_labels: Alarm Log Rebase of alarm log to commit against master * alarm_log_with_labels: Remove lock This commit removes unecessary locks from health_log * alarm_log_with_labels: Restore and Rebase Remove previous changes and rebase the PR * alarm_log_with_labels: Unique line This commit brings an unique line to alarm log * alarm_log_with_labels: Correct separator This log file uses tabulation instead comma * alarm_log_with_labels: Fix memory leak There was a missing call for buffer_free
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 ab367e9033..9da90d70c9 100644
--- a/health/health.h
+++ b/health/health.h
@@ -107,6 +107,8 @@ extern void health_alarm_log_free_one_nochecks_nounlink(ALARM_ENTRY *ae);
extern void *health_cmdapi_thread(void *ptr);
+extern void health_label_log_save(RRDHOST *host);
+
extern SIMPLE_PATTERN *health_pattern_from_foreach(char *s);
#endif //NETDATA_HEALTH_H