mirror of
https://github.com/bashclub/zamba-lxc-toolbox
synced 2025-08-14 09:42: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
|
||||
|
||||
host_template = {
|
||||
measurement = "$host.check_command$"
|
||||
measurement = "\$host.check_command\$"
|
||||
tags = {
|
||||
hostname = "$host.name$"
|
||||
hostname = "\$host.name\$"
|
||||
}
|
||||
}
|
||||
service_template = {
|
||||
measurement = "$service.check_command$"
|
||||
measurement = "\$service.check_command\$"
|
||||
tags = {
|
||||
hostname = "$host.name$"
|
||||
service = "$service.name$"
|
||||
hostname = "\$host.name$\"
|
||||
service = "\$service.name\$"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user