mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Adds influxdb notes
This commit is contained in:
parent
775b6f8842
commit
485191de7d
3 changed files with 11 additions and 3 deletions
|
|
@ -142,8 +142,14 @@ setInterval(refreshInfluxStats, 5000);
|
|||
refreshInfluxStats();
|
||||
</script>
|
||||
]]
|
||||
print("</table>\n")
|
||||
|
||||
print("<b>"..i18n("notes").."</b>")
|
||||
print("<ul>")
|
||||
print("<li>"..i18n("system_stats.note_what_is_a_point").."</li>")
|
||||
print("<li>"..i18n("system_stats.note_total_exports").."</li>")
|
||||
print("</ul>")
|
||||
|
||||
print("</table>\n")
|
||||
elseif(page == "historical") then
|
||||
local schema = _GET["ts_schema"] or "influxdb:storage_size"
|
||||
local selected_epoch = _GET["epoch"] or ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue