slvr32

Results 7 comments of slvr32

I have the following in a puppet template/erb, to support at least some of the mtail options [Unit] Description=Mtail After=network.target [Service] ExecStart= \ -progs \ -logs \ -emit_prog_label=false \ -logtostderr...

I'm not sure if this is the same issue, but with alertmanager 0.26.0, the following in alertmanager yaml receivers: - name: ms_teams_receiver webhook_configs: - send_resolved: true http_config: {} url: http://localhost:2000/alertmanager...

I noticed that masking the url value with was added in https://github.com/prometheus/alertmanager/pull/3228 The interesting other details is that attempting a curl against one of the 'secret' webhook URLs results in...

Oops, disregard the tcp 2000 curl discussion, since that's related to behavior of the actual prometheus-msteams receiver binary

I figured out a solution with a `tidy` resource, using the following in a related puppet manifest I have a bit of custom logic to create `.rules` files in the...

> underlying issue is we are unable to run prometheus on port 80 on a sever using systemd (the user will need to be root since this is a privileged...

> The following code should work: >... > CapabilityBoundingSet= Having this CapabilityBoundingSet key without any values set seems to keep prometheus from starting on (some?, e.g. OEL8) systems, when attempting...