mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Increase description length in graphs * Add SMART attr177, previously recorded, but not displayed * Change the multi-graph titles to better reflect their content * Change SMART attr numbers to a more human-friendly description * Minor text corrections
10 lines
156 B
PHP
10 lines
156 B
PHP
<?php
|
|
$unit_text = 'Dctcd Uncor Bad';
|
|
$unitlen = 20;
|
|
$bigdescrlen = 15;
|
|
$smalldescrlen = 15;
|
|
|
|
$rrdVar='id183';
|
|
|
|
require 'smart-common.inc.php';
|