summaryrefslogtreecommitdiffstats
path: root/node.d
diff options
context:
space:
mode:
authorChris <github.account@chrigel.net>2018-02-26 17:20:51 +0100
committerChris <github.account@chrigel.net>2018-02-26 17:20:51 +0100
commit8f5c5e94e1c72976d340401af6cb93fc1a1858bf (patch)
treea58608eb83289deff7ea998e34e4167312a1e308 /node.d
parentb029040e5187a6657d79705c5e20d796a94f257b (diff)
fix chart context
Diffstat (limited to 'node.d')
-rw-r--r--node.d/stiebeleltron.node.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.d/stiebeleltron.node.js b/node.d/stiebeleltron.node.js
index d714886214..77317f2fb0 100644
--- a/node.d/stiebeleltron.node.js
+++ b/node.d/stiebeleltron.node.js
@@ -116,7 +116,7 @@ var stiebeleltron = {
title: chartDefinition.title,
units: chartDefinition.unit,
family: context.category.name,
- context: 'stiebeleltron.' + context.category.id + '.' + chartId,
+ context: 'stiebeleltron.' + context.category.id + '.' + chartDefinition.id,
type: chartDefinition.type,
priority: stiebeleltron.base_priority + chartDefinition.prio,// the priority relative to others in the same family
update_every: service.update_every, // the expected update frequency of the chart