mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 08:02:51 +02:00
some sensor unification, rename sensor rrds and rename the DS, add testing IPMI support (no web-part yet) - tested against Intel RMM3 and working. some further cleanups as well.
git-svn-id: http://www.observium.org/svn/observer/trunk@1758 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -393,6 +393,11 @@ $config['os'][$os]['text'] = "Delta UPS";
|
||||
$config['os'][$os]['type'] = "power";
|
||||
$config['os'][$os]['icon'] = "delta";
|
||||
|
||||
$os = "engenius";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['text'] = "EnGenius Access Point";
|
||||
$config['os'][$os]['icon'] = "engenius";
|
||||
|
||||
$os = "airport";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['text'] = "Apple AirPort";
|
||||
@@ -818,5 +823,11 @@ $config['twomonth'] = time() - (2 * 31 * 24 * 60 * 60);
|
||||
$config['threemonth'] = time() - (3 * 31 * 24 * 60 * 60);
|
||||
$config['year'] = time() - (365 * 24 * 60 * 60);
|
||||
|
||||
# IPMI sensor type mappings
|
||||
$ipmi_unit['Volts'] = 'voltage';
|
||||
$ipmi_unit['degrees C'] = 'temperature';
|
||||
$ipmi_unit['RPM'] = 'fanspeed';
|
||||
$ipmi_unit['Watts'] = '';
|
||||
$ipmi_unit['discrete'] = '';
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user