www/DataStoreStatus.js: display netin/netout

This commit is contained in:
Dietmar Maurer
2020-05-24 17:47:26 +02:00
parent 8f0cec2642
commit a608806f65
2 changed files with 11 additions and 3 deletions

View File

@ -29,7 +29,7 @@ fn get_node_stats(
crate::rrd::extract_data(
"host",
&["cpu", "iowait", "memtotal", "memused"],
&["cpu", "iowait", "memtotal", "memused", "netin", "netout"],
timeframe,
cf,
)