add symbol ap support (thanks to David Magniez)

git-svn-id: http://www.observium.org/svn/observer/trunk@2431 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-09-08 13:36:32 +00:00
parent 9fc744aac3
commit 52ebbeab79
9 changed files with 37757 additions and 6 deletions
+5
View File
@@ -734,6 +734,11 @@ $config['os'][$os]['over'][0]['graph'] = "device_current";
$config['os'][$os]['over'][0]['text'] = "Current";
$config['os'][$os]['icon'] = "tripplite";
$os = "symbol";
$config['os'][$os]['type'] = "network";
$config['os'][$os]['text'] = "Symbol AP";
$config['os'][$os]['icon'] = "symbol";
foreach($config['os'] as $this_os => $blah)
{
if (isset($config['os'][$this_os]['group']))