iptmon icon indicating copy to clipboard operation
iptmon copied to clipboard

How the list of host is organised

Open darrepac opened this issue 4 years ago • 3 comments

Hello

I have about 60 hosts, how the list is organized when displayed under Luci? It could be to order it by first the host that consumed most data in the timeframe? image

darrepac avatar Mar 01 '21 20:03 darrepac

That's a good question I wondered myself for some time. This doesn't seem to be configurable without some code changes as luci-app-statistics calls a subprocess through a Lua function which builds some command-line arguments dynamically.

If you export the data to InfluxDB and then view it in Grafana, however, you can sort and display the data however you like.

oofnikj avatar Mar 02 '21 07:03 oofnikj

ok ;)

darrepac avatar Mar 02 '21 07:03 darrepac

Hi, I have a related issue that is it possible to adjust the table width or hide part of the host name? Assuming longer host name will total hide the stats data field. Thank you. image

CGsama avatar Apr 24 '22 17:04 CGsama