mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-08-15 07:02:40 +02:00
Update install-service.sh
This commit is contained in:
parent
f8e3fe0af2
commit
8d89d61de3
1 changed files with 2 additions and 1 deletions
|
@ -146,12 +146,13 @@ object ApiUser "director" {
|
|||
permissions = [ "object/modify/*", "object/query/*", "status/query", "actions/*", "events/*" ]
|
||||
}
|
||||
EOF
|
||||
# KORREKTUR: 'token' wurde zu 'auth_token' geändert.
|
||||
bash -c "cat > /etc/icinga2/features-available/influxdb2-writer.conf" <<EOF
|
||||
object Influxdb2Writer "influxdb2-writer" {
|
||||
host = "http://127.0.0.1:8086"
|
||||
organization = "icinga"
|
||||
bucket = "icinga"
|
||||
token = "${INFLUX_ICINGA_TOKEN}"
|
||||
auth_token = "${INFLUX_ICINGA_TOKEN}"
|
||||
}
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue