mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Add interfaces stats api and refactor the others health api. (#7141)
This commit is contained in:
parent
193927107e
commit
ba9bfd3d1a
9 changed files with 205 additions and 49 deletions
|
|
@ -83,7 +83,7 @@ if(page == "overview") then
|
|||
};
|
||||
|
||||
function refreshRedisStats() {
|
||||
$.get("]] print(ntop.getHttpPrefix()) print[[/lua/rest/v2/get/redis/redis_info.lua", function(info) {
|
||||
$.get("]] print(ntop.getHttpPrefix()) print[[/lua/rest/v2/get/system/health/redis.lua", function(info) {
|
||||
$(".redis-info-load").hide();
|
||||
|
||||
info = info.rsp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue