realign static-config

git-svn-id: http://www.observium.org/svn/observer/trunk@2560 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-09-23 11:09:48 +00:00
parent 3f65b4f98e
commit d9cc9b2f7e
+2 -2
View File
@@ -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';