summaryrefslogtreecommitdiffstats
path: root/health/health.h
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2020-02-07 20:13:26 +0000
committerGitHub <noreply@github.com>2020-02-07 12:13:26 -0800
commit57055c9ac18e70a812aec4230219e928405cbb26 (patch)
treed5bc68e600d717199da161aaabf74d2c2591fe20 /health/health.h
parent4dc217a48a0b337e1f0baa13faa93a12c575a500 (diff)
alarms_values: New endpoint (#7836)
* alarms_values: New endpoint This commit brings the new endpoint to Netdata * alarms_values: Documentation This commit brings the missing documentation for the PR * alarms_values: New function This commit brings a new code that removes dupplication * alarms_values: Fix typo * alarms_values: Fix missing word This commit fixes the missing word inside the documentation * alarms_values: Fix order This commit fixes the order of the alarm answer * alarms_values: Fixes typo and remmove unecessary variable * alarms_values: Fixes doc Describe all paramenters present in the endpoint * alarms_values: Same options This commit brings the same input pattern for alams and alams_values * alarms_values: Update swagger This commit brings the missing information to swagger json * alarms_values: Update swagger This commit brings the missing information to swagger yaml
Diffstat (limited to 'health/health.h')
-rw-r--r--health/health.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/health/health.h b/health/health.h
index d77318fd78..78a6ab9eab 100644
--- a/health/health.h
+++ b/health/health.h
@@ -62,6 +62,7 @@ extern void health_reload(void);
extern int health_variable_lookup(const char *variable, uint32_t hash, RRDCALC *rc, calculated_number *result);
extern void health_aggregate_alarms(RRDHOST *host, BUFFER *wb, BUFFER* context, RRDCALC_STATUS status);
extern void health_alarms2json(RRDHOST *host, BUFFER *wb, int all);
+extern void health_alarms_values2json(RRDHOST *host, BUFFER *wb, int all);
extern void health_alarm_log2json(RRDHOST *host, BUFFER *wb, uint32_t after);
void health_api_v1_chart_variables2json(RRDSET *st, BUFFER *buf);