Date: Sun, 13 Oct 2024 15:14:09 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 282054] [PATCH] sysutils/zrepl-dsh2dsh: update to 0.8.5 Message-ID: <bug-282054-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282054 Bug ID: 282054 Summary: [PATCH] sysutils/zrepl-dsh2dsh: update to 0.8.5 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: dsh@bamus.cz Created attachment 254204 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254204&action= =3Dedit zrepl-dsh2dsh-0.8.5.patch Hi, this patch updates sysutils/zrepl-dsh2dsh to latest release. https://github.com/dsh2dsh/zrepl/releases/tag/v0.8.5 New configuration for control and prometheus services. Example: ``` yaml listen: # control socket for zrepl client, like `zrepl signal` or `zrepl status`. - unix: "/var/run/zrepl/control" # unix_mode: 0o660 # write perm for group control: true # Export Prometheus metrics on http://127.0.0.1:8000/metrics - addr: "127.0.0.1:8000" # tls_cert: "/usr/local/etc/zrepl/cert.pem" # tls_key: "/usr/local/etc/zrepl/key.pem" metrics: true ``` One of `addr` or `unix` is required or both of them can be configured. One = of `control` or `metrics` is required or both of them can be configured too. Everything else is optional. For backward compatibility old style configura= tion works too. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282054-7788>