Dustin
423f28ea53
remote-blackbox: Do not follow HTTP redirects
...
There are a couple of websites we scrape that simply redirect to another
name (e.g. _pyrocufflink.net_ → _dustin.hatch.name_, _tabitha.biz_ →
_hatchlearningcenter.org_). For these, we want to track the
availability of the first step, not the last, especially with regard to
their certificate lifetimes.
2025-08-07 11:55:31 -05:00
Dustin
0e15c6a635
needproxy: Add logs.p.b to NO_PROXY
...
`fluent-bit` has a bug ([#3619 ], [#3907 ], [#6759 ]) in its handling of
the `NO_PROXY` environment variable. Instead of matching a domain and
all its subdomain, like it claims to do in its [documentation][0], it
only does an exact string match on the full host name. To work around
this, we need to explicitly list `logs.pyrocufflink.blue` in the
`no_proxy` value; this will not have any impact on other consumers of
this variable, but will make `fluent-bit` work as expected, connecting
directly to Victoria Logs instead of through the proxy.
[0]: https://docs.fluentbit.io/manual/administration/http-proxy#no_proxy
[#3619 ]: https://github.com/fluent/fluent-bit/issues/3619
[#3907 ]: https://github.com/fluent/fluent-bit/issues/3907
[#6759 ]: https://github.com/fluent/fluent-bit/issues/6759
2025-08-06 10:46:03 -05:00