mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
InfluxDBWriter: Fix macro in template
This commit is contained in:
parent
bea793d24f
commit
9768e03107
@ -68,7 +68,7 @@ class InfluxdbWriter : ConfigObject
|
|||||||
return new Dictionary({
|
return new Dictionary({
|
||||||
{ "measurement", "$service.check_command$" },
|
{ "measurement", "$service.check_command$" },
|
||||||
{ "tags", new Dictionary({
|
{ "tags", new Dictionary({
|
||||||
{ "hostname", "$host.name" },
|
{ "hostname", "$host.name$" },
|
||||||
{ "service", "$service.name$" }
|
{ "service", "$service.name$" }
|
||||||
}) }
|
}) }
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user