InfluxDBWriter: Fix macro in template

This commit is contained in:
Noah Hilverling 2018-01-17 09:23:48 +01:00
parent bea793d24f
commit 9768e03107
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class InfluxdbWriter : ConfigObject
return new Dictionary({
{ "measurement", "$service.check_command$" },
{ "tags", new Dictionary({
{ "hostname", "$host.name" },
{ "hostname", "$host.name$" },
{ "service", "$service.name$" }
}) }
});