syntaxer run

git-svn-id: http://www.observium.org/svn/observer/trunk@2643 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-10-04 14:38:54 +00:00
parent 2dc8b807e9
commit a369c442eb
113 changed files with 0 additions and 232 deletions
-7
View File
@@ -19,7 +19,6 @@ $config['os_group'][$os_group]['over'][0]['text'] = "Processor Usage";
$config['os_group'][$os_group]['over'][1]['graph'] = "device_ucd_memory";
$config['os_group'][$os_group]['over'][1]['text'] = "Memory Usage";
$os = "generic";
$config['os'][$os]['text'] = "Generic Device";
@@ -42,7 +41,6 @@ $config['os'][$os]['over'][1]['text'] = "Memory Usage";
$config['os'][$os]['over'][2]['graph'] = "device_storage";
$config['os'][$os]['over'][2]['text'] = "Storage Usage";
$os = "qnap";
$config['os'][$os]['type'] = "server";
$config['os'][$os]['group'] = "unix";
@@ -378,7 +376,6 @@ $config['os'][$os]['icon'] = "citrix";
$config['os'][$os]['over'][0]['graph'] = "device_bits";
$config['os'][$os]['over'][0]['text'] = "Device Traffic";
$os = "proxim";
$config['os'][$os]['text'] = "Proxim";
$config['os'][$os]['type'] = "network";
@@ -471,7 +468,6 @@ $config['os'][$os]['text'] = "Liebert";
$config['os'][$os]['type'] = "power";
$config['os'][$os]['icon'] = "liebert";
$os = "engenius";
$config['os'][$os]['type'] = "network";
$config['os'][$os]['text'] = "EnGenius Access Point";
@@ -487,7 +483,6 @@ $config['os'][$os]['text'] = "Microsoft Windows";
$config['os'][$os]['ifname'] = 1;
$config['os'][$os]['processor_stacked'] = 1;
$os = "bnt";
$config['os'][$os]['text'] = "Blade Network Technologies";
$config['os'][$os]['type'] = "network";
@@ -921,7 +916,6 @@ if (isset($config['enable_printers']) && $config['enable_printers'])
$config['device_types'][$i]['icon'] = 'printer.png';
}
##############################
# No changes below this line #
##############################
@@ -994,7 +988,6 @@ $week = time() - (7 * 24 * 60 * 60);
$month = time() - (31 * 24 * 60 * 60);
$year = time() - (365 * 24 * 60 * 60);
$config['time']['now'] = time();
$config['time']['fourhour'] = time() - (4 * 60 * 60);
$config['time']['sixhour'] = time() - (6 * 60 * 60);