mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix name of an NVIDIA metric (#10837)
The NVIDIA application obtains its metrics from nvidia-smi dmon. Its built-in help (nvidia-smi dmon --help) says that the pviol and tviol columns stand for "Power and Thermal Violations". Therefore the metric should not be called Thermal Violation Percentage, but Power Violation Percentage.
This commit is contained in:
committed by
PipoCanaja
parent
bf181b9dc2
commit
c22fa10636
@@ -13,7 +13,7 @@ $graphs = array(
|
||||
'nvidia_temp' => 'Temperature',
|
||||
'nvidia_mclk' => 'Memory Clock',
|
||||
'nvidia_pclk' => 'GPU Clock',
|
||||
'nvidia_pviol' => 'Thermal Violation Percentage',
|
||||
'nvidia_pviol' => 'Power Violation Percentage',
|
||||
'nvidia_tviol' => 'Thermal Violation Boolean',
|
||||
'nvidia_sbecc' => 'Single Bit ECC Errors',
|
||||
'nvidia_dbecc' => 'Double Bit ECC Errors',
|
||||
|
Reference in New Issue
Block a user