mirror of
https://github.com/bashclub/zamba-lxc-toolbox
synced 2025-08-16 02:32:26 +00:00
f
This commit is contained in:
parent
161ffb7a2d
commit
e68cb98a92
@ -96,16 +96,16 @@ cat > /etc/icinga2/features-available/influxdb2-writer.conf <<EOF
|
|||||||
flush_interval = 10s
|
flush_interval = 10s
|
||||||
|
|
||||||
host_template = {
|
host_template = {
|
||||||
measurement = "$host.check_command$"
|
measurement = "\$host.check_command\$"
|
||||||
tags = {
|
tags = {
|
||||||
hostname = "$host.name$"
|
hostname = "\$host.name\$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
service_template = {
|
service_template = {
|
||||||
measurement = "$service.check_command$"
|
measurement = "\$service.check_command\$"
|
||||||
tags = {
|
tags = {
|
||||||
hostname = "$host.name$"
|
hostname = "\$host.name$\"
|
||||||
service = "$service.name$"
|
service = "\$service.name\$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user