mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-21 01:54:34 +00:00
Removed outated grafana plugin support
This commit is contained in:
parent
767fd8f636
commit
efe9516bdc
2 changed files with 0 additions and 2 deletions
|
|
@ -199,7 +199,6 @@ static void set_session_cookie(const struct mg_connection * const conn,
|
|||
|
||||
if(!strcmp(mg_get_request_info((struct mg_connection*)conn)->uri, "/metrics")
|
||||
|| !strncmp(mg_get_request_info((struct mg_connection*)conn)->uri, LIVE_TRAFFIC_URL, strlen(LIVE_TRAFFIC_URL))
|
||||
|| !strncmp(mg_get_request_info((struct mg_connection*)conn)->uri, GRAFANA_URL, strlen(GRAFANA_URL))
|
||||
|| !strncmp(mg_get_request_info((struct mg_connection*)conn)->uri, POOL_MEMBERS_ASSOC_URL, strlen(POOL_MEMBERS_ASSOC_URL)))
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue