mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-08-20 01:08:44 +02:00
f
This commit is contained in:
parent
161ffb7a2d
commit
e68cb98a92
1 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue