Re: [pve-devel] [PATCH manager] api: metrics/server: test connection on add/update

2020-12-07 Thread Dominik Csapak
On 12/7/20 3:30 PM, Thomas Lamprecht wrote: On 03.12.20 17:55, Thomas Lamprecht wrote: On 25.11.20 13:56, Dominik Csapak wrote: just a basic check, but better than not checking at all so, just had an issue with the network (some test IPv6 LAN here) and had a metric server configured on that

Re: [pve-devel] [PATCH manager] api: metrics/server: test connection on add/update

2020-12-07 Thread Thomas Lamprecht
On 03.12.20 17:55, Thomas Lamprecht wrote: > On 25.11.20 13:56, Dominik Csapak wrote: >> just a basic check, but better than not checking at all >> > > so, just had an issue with the network (some test IPv6 LAN here) and had a > metric > server configured on that net, thus pvestatd spammed the lo

Re: [pve-devel] [PATCH manager] api: metrics/server: test connection on add/update

2020-12-03 Thread Thomas Lamprecht
On 25.11.20 13:56, Dominik Csapak wrote: > just a basic check, but better than not checking at all > so, just had an issue with the network (some test IPv6 LAN here) and had a metric server configured on that net, thus pvestatd spammed the log with "network unreachable" messages, and all my reso

[pve-devel] [PATCH manager] api: metrics/server: test connection on add/update

2020-11-25 Thread Dominik Csapak
just a basic check, but better than not checking at all Signed-off-by: Dominik Csapak --- PVE/API2/Cluster/MetricServer.pm | 5 + PVE/Status/Plugin.pm | 7 +++ 2 files changed, 12 insertions(+) diff --git a/PVE/API2/Cluster/MetricServer.pm b/PVE/API2/Cluster/MetricServer.pm