mirror of https://github.com/mikaku/Monitorix.git
Fix amdgpu section in monitorix.conf
The documentation is correct but the config file part was still the old version.
This commit is contained in:
parent
4e3d527af7
commit
a5a41d3684
|
@ -304,7 +304,7 @@ secure_log_date_format = %b %e
|
|||
# -----------------------------------------------------------------------------
|
||||
<amdgpu>
|
||||
<list>
|
||||
0 = /dev/amd-w6800, /dev/amd-wx5100
|
||||
0 = amd-w6800, amd-wx5100
|
||||
</list>
|
||||
rigid = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
||||
limit = 100, 100, 100, 100, 100, 100, 100, 100, 100, 100
|
||||
|
@ -313,12 +313,12 @@ secure_log_date_format = %b %e
|
|||
accept_invalid_amdgpu = n
|
||||
show_current_values = y
|
||||
<map>
|
||||
/dev/amd-w6800 = W 6800
|
||||
/dev/amd-wx5100 = WX 5100
|
||||
amd-w6800 = W 6800
|
||||
amd-wx5100 = WX 5100
|
||||
</map>
|
||||
<sensors>
|
||||
/dev/amd-w6800 = device/gpu_busy_percent, device/mem_busy_percent, freq1_input, freq2_input, device/mem_info_vram_used, power1_average, power1_cap, pwm1, temp1_input, temp2_input, temp3_input
|
||||
/dev/amd-wx5100 = device/gpu_busy_percent, device/mem_busy_percent, freq1_input, freq2_input, device/mem_info_vram_used, power1_average, power1_cap, pwm1, temp1_input, N/A, N/A
|
||||
amd-w6800 = /dev/device/gpu_busy_percent, /dev/device/mem_busy_percent, /dev/freq1_input, /dev/freq2_input, /dev/device/mem_info_vram_used, /dev/power1_average, /dev/power1_cap, pwm1, /dev/temp1_input, /dev/temp2_input, /dev/temp3_input
|
||||
amd-wx5100 = /dev/device/gpu_busy_percent, /dev/device/mem_busy_percent, /dev/freq1_input, /dev/freq2_input, /dev/device/mem_info_vram_used, power1_average, /dev/power1_cap, /dev/pwm1, /dev/temp1_input, ,
|
||||
</sensors>
|
||||
|
||||
<alerts>
|
||||
|
|
Loading…
Reference in New Issue