mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
realign static-config
git-svn-id: http://www.observium.org/svn/observer/trunk@2560 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -43,7 +43,6 @@ $config['os'][$os]['over'][2]['graph'] = "device_storage";
|
|||||||
$config['os'][$os]['over'][2]['text'] = "Storage Usage";
|
$config['os'][$os]['over'][2]['text'] = "Storage Usage";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$os = "qnap";
|
$os = "qnap";
|
||||||
$config['os'][$os]['type'] = "server";
|
$config['os'][$os]['type'] = "server";
|
||||||
$config['os'][$os]['group'] = "unix";
|
$config['os'][$os]['group'] = "unix";
|
||||||
@@ -392,6 +391,8 @@ $config['os'][$os]['text'] = "Dell PowerConnect";
|
|||||||
$config['os'][$os]['ifname'] = 1;
|
$config['os'][$os]['ifname'] = 1;
|
||||||
$config['os'][$os]['type'] = "network";
|
$config['os'][$os]['type'] = "network";
|
||||||
$config['os'][$os]['icon'] = "dell";
|
$config['os'][$os]['icon'] = "dell";
|
||||||
|
$config['os'][$os]['over'][0]['graph'] = "device_bits";
|
||||||
|
$config['os'][$os]['over'][0]['text'] = "Traffic";
|
||||||
|
|
||||||
$os = "radlan";
|
$os = "radlan";
|
||||||
$config['os'][$os]['text'] = "Radlan";
|
$config['os'][$os]['text'] = "Radlan";
|
||||||
@@ -1009,7 +1010,6 @@ $config['time']['sixmonth'] = time() - (6 * 31 * 24 * 60 * 60);
|
|||||||
$config['time']['year'] = time() - (365 * 24 * 60 * 60);
|
$config['time']['year'] = time() - (365 * 24 * 60 * 60);
|
||||||
$config['time']['twoyear'] = time() - (2 * 365 * 24 * 60 * 60);
|
$config['time']['twoyear'] = time() - (2 * 365 * 24 * 60 * 60);
|
||||||
|
|
||||||
|
|
||||||
# IPMI sensor type mappings
|
# IPMI sensor type mappings
|
||||||
$config['ipmi_unit']['Volts'] = 'voltage';
|
$config['ipmi_unit']['Volts'] = 'voltage';
|
||||||
$config['ipmi_unit']['degrees C'] = 'temperature';
|
$config['ipmi_unit']['degrees C'] = 'temperature';
|
||||||
|
|||||||
Reference in New Issue
Block a user