summaryrefslogtreecommitdiffstats
path: root/node.d
diff options
context:
space:
mode:
authorChris <github.account@chrigel.net>2018-02-26 17:10:53 +0100
committerChris <github.account@chrigel.net>2018-02-26 17:10:53 +0100
commitb029040e5187a6657d79705c5e20d796a94f257b (patch)
tree94fa20aab2520e6f06d7f3b9bb2fdd9f9a095b94 /node.d
parentee3da7a42325a6cb9c44f0e1ae66535b094c1a09 (diff)
Better context for stiebeleltron plugin
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 b0eb0aba79..d714886214 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.page.id + "." + context.category.id,
+ context: 'stiebeleltron.' + context.category.id + '.' + chartId,
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