www/DataStoreStatus.js: display swap stats

This commit is contained in:
Dietmar Maurer
2020-05-25 10:39:54 +02:00
parent 3f23b17298
commit c1b24fbf0b
2 changed files with 12 additions and 1 deletions

View File

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