Skip to content

Commit 9b9ee3f

Browse files
authored
Alerts api summary option (netdata#21192)
Summary is not the default
1 parent d3991da commit 9b9ee3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/api/v2/api_v2_alerts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
#include "api_v2_calls.h"
44

55
int api_v2_alerts(RRDHOST *host __maybe_unused, struct web_client *w, char *url) {
6-
return api_v2_contexts_internal(host, w, url, CONTEXTS_V2_ALERTS | CONTEXTS_V2_NODES, CONTEXTS_OPTION_SUMMARY);
6+
return api_v2_contexts_internal(host, w, url, CONTEXTS_V2_ALERTS | CONTEXTS_V2_NODES, 0);
77
}

0 commit comments

Comments
 (0)