Daniel Swarbrick

Results 298 comments of Daniel Swarbrick

One of the cornerstones of Prometheus is that you should cross-monitor if you have multiple instances, i.e. configure each instance to monitor every other instance (and alert on failure). I...

@anarcat Maybe... I wasn't aware that `promtool check config` also checks rules. I don't recall it always doing that. The examples I provided are from a CI config which I...

I also encountered this after upgrading from 0.26.0 to 0.27.0. Initially it appeared to only be present when using query frontend, but I later encountered it with just the plain...

Has anyone considered using [UploadPartCopy](https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html) to do server-side concatenation of blocks during the compacting phase? This is exposed via the `ComposeObject` method in the minio SDK (https://pkg.go.dev/github.com/minio/minio-go/v7#Client.ComposeObject), and allows concatenating...

Try https://pandoc.org/ ``` pandoc -s -t man bird_exporter.1.md -o prometheus-bird-exporter.1 ```

Since this appears to have stagnated, I've resumed what I started several years ago. I hope to have a PR for procfs in a couple of days.

This can be closed, can it not? The PR was merged and AFAICT it satisfies the requirements.

@levindecaro Your expected metric would be inaccurate, because it's not the whole md125 array that has been removed, but rather just one of the component devices. From the output of...

Please post the log output from running the probe with `&debug=true` in the URL. Since I have a working SMTP STARTTLS probe based on your config, I suspect you are...

DisplayString is effectively limited to 7-bit ASCII: ``` SNMPv2-TC:DisplayString ::= TEXTUAL-CONVENTION DISPLAY-HINT "255a" DESCRIPTION "Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11...