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