aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/unbound_exporter/files
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/unbound_exporter: upgrade to 0.4.6.Xin LI2024-03-244-114/+2
| | | | | PR: ports/277467, ports/270442, ports/268852 Approved by: maintainer timeout
* net-mgmt/unbound_exporter: fix build on riscv64Robert Clausecker2023-03-243-0/+112
| | | | | | | | Bump golang.org/x/sys dependency to a version new enough to support riscv64-freebsd. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket)
* net-mgmt/unbound_exporter: Update to 0.4.1Thomas Morper2022-12-202-38/+37
| | | | | | | | | | | | | | * Update to 0.4.1 * Update repo location * Simplify Makefile by using GO_MODULE rather than GH_TUPLE * Add missing SUB_LIST to Makefile * Re-factor init script Changes: https://github.com/letsencrypt/unbound_exporter/releases/tag/v0.4.1 PR: 267609 PR: 265255 Approved by: aduitsis@cpan.org (maintainer timeout, > 1 month)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Unbound_exporter connects to Unbounds TLS control socket and sends theBoris Samorodov2017-07-171-0/+69
stats_noreset command, causing Unbound to return metrics as key-value pairs. The metrics exporter converts Unbound metric names to Prometheus metric names and labels by using a set of regular expressions. WWW: https://github.com/kumina/unbound_exporter PR: 218197 Submitted by: Athanasios Douitsis <aduitsis@cpan.org> Notes: svn path=/head/; revision=446121