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:
parent
3c9fe358cc
commit
521647436d
@ -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.
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user