Lauri Võsandi
Lauri Võsandi
First and most useful alert would be `node_zfs_zpool_state{state!="online"} > 0` I suppose Note that I created upstream issue for adding some more metrics https://github.com/prometheus/node_exporter/issues/2423
Hi, it seems JPEG images with EXIF rotation info are messed up after resizing. This can be easily fixed by rotating the image after resizing based on the information found...
Please add metrics reported by `zpool status` because these are crucial for assessing the status of ZFS pools
I checked under the Management Interface project page but couldn't find relevant one. Basically in Authelia self service web UI there should be listing of sessions for current user, last...
## Bug Report ### Description I am attempting to restrict access to resource which due to the nature of application requires me to match an GET argument. Now the first...
## Feature Request This is somewhat related to #2447 - basically in our organization 2FA is enforced for webmail. Webmail will be likely used by everyone who uses account in...
There is no documentation how to configure the SRV records, but using the scheme that I had used in the past and which does in fact work with Prometheus native...
Prometheus already includes DNS SRV target discovery via config snippet like this: ``` - job_name: 'mikrotik-exporter' dns_sd_configs: - names: - '_mikrotik._tcp.example.com' relabel_configs: - source_labels: [ __address__ ] target_label: __param_target -...
Hi, I hope this is suitable for merging
Hi, currently only secp256r1 seems to be supported among the 256-bit EC curves. Windows' certreq utility offers brainpoolp256r1 by default. Would it be much of an effort to add it...