diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-07-07 17:40:07 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-07-07 17:40:07 +0000 |
commit | 976e1df8ecf3445c6bc76ec3bb4f083086a2f55e (patch) | |
tree | 5266cd7218eda703dcfa9a93a4e888670de64916 /data/templates/monitoring/override.conf.j2 | |
parent | 9403fda1e0a3bc0284a97b852f6501080523ffe5 (diff) | |
download | vyos-1x-976e1df8ecf3445c6bc76ec3bb4f083086a2f55e.tar.gz vyos-1x-976e1df8ecf3445c6bc76ec3bb4f083086a2f55e.zip |
monitoring: T4411: Migrate influxdb options to influxdb node
As we have specific configuration for each plugin:
set service monitoring telegraf xxx
- azure-data-explorer
- prometheus-client
- splunk
We should to move configuration that related to influxdb under
influxdb node
Replace:
set service monitoring telegraf
- authentication xxx
- bucket xxx
- port xxx
- url
To:
set service monitoring telegraf influxdb xxx
Diffstat (limited to 'data/templates/monitoring/override.conf.j2')
-rw-r--r-- | data/templates/monitoring/override.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/monitoring/override.conf.j2 b/data/templates/monitoring/override.conf.j2 index f8f150791..9f1b4ebec 100644 --- a/data/templates/monitoring/override.conf.j2 +++ b/data/templates/monitoring/override.conf.j2 @@ -2,6 +2,6 @@ After=vyos-router.service ConditionPathExists=/run/telegraf/vyos-telegraf.conf [Service] -Environment=INFLUX_TOKEN={{ authentication.token }} +Environment=INFLUX_TOKEN={{ influxdb.authentication.token }} CapabilityBoundingSet=CAP_NET_RAW CAP_NET_ADMIN CAP_SYS_ADMIN AmbientCapabilities=CAP_NET_RAW CAP_NET_ADMIN |