5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-03 01:18:02 +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
----------------------
@ -44,14 +42,14 @@ necessary.
Here is an example configuration for InfluxDB (on your InfluxDB server):
----
[[udp]]
enabled = true
bind-address = "0.0.0.0:8089"
database = "proxmox"
batch-size = 1000
batch-timeout = "1s"
----
.. code-block:: console
[[udp]]
enabled = true
bind-address = "0.0.0.0:8089"
database = "proxmox"
batch-size = 1000
batch-timeout = "1s"
With this configuration, the InfluxDB server listens on all IP addresses on
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:: external_metric_server.rst
.. include:: external-metric-server.rst
.. include:: services.rst