summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChristopher Cox <ccox@endlessnow.com>2017-04-20 22:59:35 -0500
committerChristopher Cox <ccox@endlessnow.com>2017-04-20 22:59:35 -0500
commitefce6c0b6031929e960675b6302a74095e5b3584 (patch)
tree92031f3e42c6b2503eeb80e90cde6acde1de520c /web
parentf1584d6c9d622e2ebdd523b40a3e089879670b4b (diff)
fully qualify samba dimension names
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index 66ec24894a..f1a104a623 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -856,48 +856,48 @@ netdataDashboard.context = {
// ------------------------------------------------------------------------
// SAMBA
- 'smb2_read_outbytes': {
+ 'samba.smb2_read_outbytes': {
colors: NETDATA.colors[0],
},
- 'smb2_write_inbytes': {
+ 'samba.smb2_write_inbytes': {
colors: NETDATA.colors[1],
},
- 'smb2_read_inbytes': {
+ 'samba.smb2_read_inbytes': {
colors: NETDATA.colors[2],
},
- 'smb2_write_outbytes': {
+ 'samba.smb2_write_outbytes': {
colors: NETDATA.colors[3],
},
- 'smb2_create_count': {
+ 'samba.smb2_create_count': {
colors: NETDATA.colors[2],
height: 0.5
},
- 'smb2_close_count': {
+ 'samba.smb2_close_count': {
colors: NETDATA.colors[3],
height: 0.5
},
- 'smb2_getinfo_count': {
+ 'samba.smb2_getinfo_count': {
colors: NETDATA.colors[4],
height: 0.5
},
- 'smb2_setinfo_count': {
+ 'samba.smb2_setinfo_count': {
colors: NETDATA.colors[5],
height: 0.5
},
- 'smb2_find_count': {
+ 'samba.smb2_find_count': {
colors: NETDATA.colors[6],
height: 0.5
},
- 'smb2_notify_count': {
+ 'samba.smb2_notify_count': {
colors: NETDATA.colors[7],
height: 0.5
},