znerol
znerol
There are multiple strategies to mitigate this problem. From the top of my head: 1. Setup a round robin DNS entry for scraping. I.e. instead of configuring 12 targets in...
> But, round-robin will lead to hanging requests if one node become unavailable It is certainly possible to configure two or more DNS round robin records and then distribute the...
Do you like to know on which proxmox node a given container/VM is running?
Maybe you need joins (see this [blog](https://www.robustperception.io/left-joins-in-promql))? I suggest the following query to try and see whether this is what you need: ``` pve_cpu_usage_ratio * on (id) group_left(node) pve_guest_info ```
Yes, you can. CPU load per node: ``` pve_cpu_usage_ratio * on (id) group_left(name) pve_node_info ``` CPU load per VM/CT with `name` and `node` labels added from `pve_guest_info`: ``` pve_cpu_usage_ratio *...
Slightly OT but the `strip-and-eval` stuff is not really necessary. @ypid you might want to simply omit the private-key from the `interface` section in the wireguard config file. And instead...
Verified that. So the thing is that you need to load the private key again after `syncconf`. Thus we need to add that to the override: `/etc/systemd/system/[email protected]/override.conf`: ``` [Service] ExecStartPost=/usr/bin/wg...
Disclaimer, I am not a BSD developer.. Please take the following analysis with a grain of salt. Two steps are necessary to check the state of a given address. 1....
I observed that as well and upon closer investigation it turned out to be an instance of [SO Android - Signal 11, RS CPP error: Blur radius out of 0-25...
Sorry for the long delay and thanks a lot. Just tested this on a small project and it looks fine. Honestly I have no idea why the tests are failing...