summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2016-12-10 22:15:44 +0200
committerVladimir Kobal <vlad@prokk.net>2016-12-11 00:28:36 +0200
commitec611d3144317a45f6310c15c9d977fcf8260edd (patch)
tree7a631056360ea58fcaaaaf1d037d26dff67a7891 /web
parent2a5edf963f87fd41adcc4a30644ed894ecffaf58 (diff)
Add swap and memory charts to FreeBSD plugin
Diffstat (limited to 'web')
-rw-r--r--web/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html
index f243896878..28e16772df 100644
--- a/web/index.html
+++ b/web/index.html
@@ -1211,7 +1211,7 @@
if(typeof charts['system.ram'] !== 'undefined')
head += '<div style="margin-right: 10px;" data-netdata="system.ram"'
- + ' data-dimensions="used|buffers"'
+ + ' data-dimensions="used|buffers|active|wired"' // active and wired are FreeBSD stats
+ ' data-append-options="percentage"'
+ ' data-chart-library="easypiechart"'
+ ' data-title="Used RAM"'