summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2024-01-08 21:27:26 +0100
committerGitHub <noreply@github.com>2024-01-08 21:27:26 +0100
commitf5bdaf8309104d007ff723f4e31392bec1b15b28 (patch)
tree60514c6bfb8dee5d5e4b8789d29f0bfd4a0f9e7a
parent1e0eda1e5741875859c4435d006809afb14de63b (diff)
parent98e93c7c6f93e766ccbd2b5d0843a3c8055ddafd (diff)
downloadvyos-documentation-f5bdaf8309104d007ff723f4e31392bec1b15b28.tar.gz
vyos-documentation-f5bdaf8309104d007ff723f4e31392bec1b15b28.zip
Merge pull request #1227 from vyos/mergify/bp/sagitta/pr-1225
Update Monitoring Docs for Influxdb (backport #1225)
-rw-r--r--docs/configuration/service/monitoring.rst19
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/configuration/service/monitoring.rst b/docs/configuration/service/monitoring.rst
index 0aa93e71..245af067 100644
--- a/docs/configuration/service/monitoring.rst
+++ b/docs/configuration/service/monitoring.rst
@@ -109,11 +109,11 @@ Monitoring functionality with ``telegraf`` and ``InfluxDB 2`` is provided.
Telegraf is the open source server agent to help you collect metrics, events
and logs from your routers.
-.. cfgcmd:: set service monitoring telegraf authentication organization <organization>
+.. cfgcmd:: set service monitoring telegraf influxdb authentication organization <organization>
Authentication organization name
-.. cfgcmd:: set service monitoring telegraf authentication token <token>
+.. cfgcmd:: set service monitoring telegraf influxdb authentication token <token>
Authentication token
@@ -121,11 +121,11 @@ and logs from your routers.
Remote ``InfluxDB`` bucket name
-.. cfgcmd:: set service monitoring port <port>
+.. cfgcmd:: set service monitoring telegraf influxdb port <port>
Remote port
-.. cfgcmd:: set service monitoring telegraf url <url>
+.. cfgcmd:: set service monitoring telegraf influxdb url <url>
Remote URL
@@ -138,12 +138,11 @@ An example of a configuration that sends ``telegraf`` metrics to remote
.. code-block:: none
- set service monitoring telegraf authentication organization 'vyos'
- set service monitoring telegraf authentication token 'ZAml9Uy5wrhA...=='
- set service monitoring telegraf bucket 'bucket_vyos'
- set service monitoring telegraf port '8086'
- set service monitoring telegraf source 'all'
- set service monitoring telegraf url 'http://r1.influxdb2.local'
+ set service monitoring telegraf influxdb authentication organization 'vyos'
+ set service monitoring telegraf influxdb authentication token 'ZAml9Uy5wrhA...=='
+ set service monitoring telegraf influxdb bucket 'bucket_vyos'
+ set service monitoring telegraf influxdb port '8086'
+ set service monitoring telegraf influxdb url 'http://r1.influxdb2.local'
.. _azure-data-explorer: https://github.com/influxdata/telegraf/tree/master/plugins/outputs/azure_data_explorer
.. _prometheus-client: https://github.com/influxdata/telegraf/tree/master/plugins/outputs/prometheus_client