5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-06 13:18:00 +03:00

docs: fix warnings in external-metric-server page

Rename external-metric-server page and fix code-block to remove some
warnings.

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
This commit is contained in:
Gabriel Goller 2024-10-10 15:26:42 +02:00 committed by Thomas Lamprecht
parent 3c9fe358cc
commit 521647436d
2 changed files with 9 additions and 11 deletions

View File

@ -1,5 +1,3 @@
.. _external_metric_server:
External Metric Server External Metric Server
---------------------- ----------------------
@ -44,14 +42,14 @@ necessary.
Here is an example configuration for InfluxDB (on your InfluxDB server): Here is an example configuration for InfluxDB (on your InfluxDB server):
---- .. code-block:: console
[[udp]]
enabled = true [[udp]]
bind-address = "0.0.0.0:8089" enabled = true
database = "proxmox" bind-address = "0.0.0.0:8089"
batch-size = 1000 database = "proxmox"
batch-timeout = "1s" batch-size = 1000
---- batch-timeout = "1s"
With this configuration, the InfluxDB server listens on all IP addresses on With this configuration, the InfluxDB server listens on all IP addresses on
port 8089, and writes the data in the *proxmox* database. port 8089, and writes the data in the *proxmox* database.

View File

@ -30,7 +30,7 @@ please refer to the standard Debian documentation.
.. include:: certificate-management.rst .. include:: certificate-management.rst
.. include:: external_metric_server.rst .. include:: external-metric-server.rst
.. include:: services.rst .. include:: services.rst