From: Gabriel Goller <g.goller@proxmox.com>
To: Proxmox Backup Server development discussion
<pbs-devel@lists.proxmox.com>
Subject: Re: [pbs-devel] [PATCH proxmox-backup 2/2] docs: fix code blocks for metrics configuration
Date: Mon, 21 Oct 2024 13:57:01 +0200 [thread overview]
Message-ID: <20241021115701.ebq5udvht3xs7z34@luna.proxmox.com> (raw)
In-Reply-To: <20240808113920.250954-2-g.goller@proxmox.com>
On 08.08.2024 13:39, Gabriel Goller wrote:
>Create code-block for InfluxDB configuration.
>
>Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
>---
> docs/external_metric_server.rst | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
>diff --git a/docs/external_metric_server.rst b/docs/external_metric_server.rst
>index f5d021515b49..23b5a4c62114 100644
>--- a/docs/external_metric_server.rst
>+++ b/docs/external_metric_server.rst
>@@ -59,14 +59,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.
This patch is obsolete, the same diff has been applied with
https://lore.proxmox.com/pbs-devel/20241010132642.348202-2-g.goller@proxmox.com/T/#u.
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
next prev parent reply other threads:[~2024-10-21 11:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-08 11:39 [pbs-devel] [PATCH proxmox-backup 1/2] docs: add screenshots to external metrics page Gabriel Goller
2024-08-08 11:39 ` [pbs-devel] [PATCH proxmox-backup 2/2] docs: fix code blocks for metrics configuration Gabriel Goller
2024-10-21 11:57 ` Gabriel Goller [this message]
2024-10-21 11:57 ` [pbs-devel] [PATCH proxmox-backup 1/2] docs: add screenshots to external metrics page Gabriel Goller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241021115701.ebq5udvht3xs7z34@luna.proxmox.com \
--to=g.goller@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.