mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Implemented Redis Operations ts (#8938)
Co-authored-by: Frigo <ceroroot1@gmail.com>
This commit is contained in:
parent
4b3ea9efa1
commit
b8b73f5672
6 changed files with 40 additions and 1 deletions
|
|
@ -4432,6 +4432,9 @@ local lang = {
|
|||
["ipv4"] = "IPv4",
|
||||
["ipv6"] = "IPv6",
|
||||
["keys"] = "Keys",
|
||||
["reads"] = "Reads",
|
||||
["writes"] = "Writes",
|
||||
["reads_writes"] = "Reads and Writes",
|
||||
["load"] = "Load",
|
||||
["lost_packets"] = "Lost Pkts",
|
||||
["memory"] = "Memory",
|
||||
|
|
@ -8299,6 +8302,7 @@ local lang = {
|
|||
["redis_health_red"] = "Persistence Issues",
|
||||
["redis_health_red_descr"] = "Redis is unable to persist data. Expect %{product} to malfunction.",
|
||||
["redis_keys"] = "Database Keys",
|
||||
["redis_reads_writes"] = "Database Reads and Writes",
|
||||
["redis_monitor"] = "Redis Monitor",
|
||||
["redis_monitor_description"] = "Monitor the Redis health",
|
||||
["short_desc_redis_health"] = "Current Redis health.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue