Hello,
Tu peux le faire en modifiant les commandes dans le fichier du core du plugins :
html/plugins/nut/core/class/nut.class.php
private static $_listData = array(
'battery.charge' => array('name' => 'Charge batterie', 'order' => 3, 'unite' => '%', 'subtype' => 'numeric', 'template' => array('dashboard' => 'line')),
'battery.runtime' => array('name' => 'Temps restant', 'order' => 4, 'unite' => 's', 'subtype' => 'numeric', 'template' => array('dashboard' => 'line')),
'battery.voltage' => array('name' => 'Tension batterie', 'order' => 5, 'unite' => 'v', 'subtype' => 'numeric', 'template' => array('dashboard' => 'line')),
'battery.temperature' => array('name' => 'Température batterie', 'order' => 6, 'unite' => '°C', 'subtype' => 'numeric', 'template' => array('dashboard' => 'line')),
'output.current' => array('name' => 'Consommation', 'order' => 2, 'unite' => 'A', 'subtype' => 'numeric', 'template' => array('dashboard' => 'line')),
'ups.load' => array('name' => 'Charge Onduleur', 'order' => 1, 'unite' => '%', 'subtype' => 'numeric', 'template' => array('dashboard' => 'line')),
'ups.status' => array('name' => 'Statut Onduleur', 'order' => 0, 'unite' => '', 'subtype' => 'string', 'display' => array('showNameOndashboard' => 0, 'showNameOnview' => 0, 'showNameOnmobile' => 0, 'showNameOnplan' => 0)),
);
'ups.model' => array('name' => 'Modele Onduleur', 'order' => 0, 'unite' => '', 'subtype' => 'string', 'display' => array('dashboard' => 'line')),
Les valeurs du tableau sont bien sur a modifier en fonction de la valeur que tu souhaite rajouter