|
1
|
// SPDX-License-Identifier: GPL-3.0-or-later |
|
2
|
|
|
3
|
#include "api_v2_calls.h" |
|
4
|
|
|
5
|
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, 0); |
|
7
|
} |