Johannes Endres
Johannes Endres
Had the same problem with the windows version of linphone and FritzBox 7360 . Adding ``` 127.0.0.1 stun.linphone.org 127.0.0.1 sip.linphone.org ``` in `C:\Windows\System32\drivers\etc\hosts` solved the problem. No need to disable...
Same problem due to missing PATH variable. Workaround for me was using tailscale sshd only as proxy. Snippet of my .ssh/config: ``` host tailscale_host hostname {{tailscale_ip}} port 22 user {{tailscale_user}}...
Same problem here, but with metric "vmware_vm_disk_usage_average". Also after doing vMotion on VM's during maintenance. vCenter version 7.0.3.01200.
Also tried reading vSphere metrics with Telegraf docker container using the VMware vSphere Telegraf plugin and this output config to expose Prometheus values: ``` [[outputs.prometheus_client]] listen = ":9126" metric_version =...