Christopher Hoage
Christopher Hoage
``` # It would be nice if this worked, but it doesn't! site.example.com { bind [::] tailscale/shared ... } ``` This does work but you must specify the network: ```...
Yeah I never tried with tcp6 so something may be off with how the caddyfile adapter is trying to interpret the attribute. I am (and have been for many weeks)...
@srebhan confirmed ``` ❯ sudo ./telegraf --test --input-filter nvidia_smi > nvidia_smi,arch=Ampere,compute_mode=Default,host=cortex,index=0,name=NVIDIA\ GeForce\ RTX\ 3060,pstate=P8,uuid=GPU-d6889ff6-2523-9142-ca3c-1ca3f396a625 clocks_current_graphics=210i,clocks_current_memory=405i,clocks_current_sm=210i,clocks_current_video=555i,cuda_version="12.8",display_active="Disabled",display_mode="Disabled",driver_version="570.124.04",encoder_stats_average_fps=0i,encoder_stats_average_latency=0i,encoder_stats_session_count=0i,fan_speed=0i,fbc_stats_average_fps=0i,fbc_stats_average_latency=0i,fbc_stats_session_count=0i,memory_free=11792i,memory_reserved=368i,memory_total=12288i,memory_used=130i,pcie_link_gen_current=1i,pcie_link_width_current=16i,power_draw=11.32,temperature_gpu=40i,utilization_decoder=0i,utilization_encoder=0i,utilization_gpu=0i,utilization_jpeg=0i,utilization_memory=0i,utilization_ofa=0i,vbios_version="94.04.71.00.69" 1741106571000000000 ``` `power_draw` matches `nvidia-smi` output ``` | 0 NVIDIA GeForce RTX 3060 On |...
@srebhan I see that you used my xml example in the PR for a fixture. I just wanted to point out I deleted a bunch of `supported_graphics_clock` elements and the...