add arista

git-svn-id: http://www.observium.org/svn/observer/trunk@1492 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-27 02:02:37 +00:00
parent 7c00f83649
commit 190275c278
3 changed files with 15 additions and 0 deletions

BIN
html/images/os/arista.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

View File

@@ -0,0 +1,9 @@
<?php
if(!$os) {
if(strstr($sysDescr, "Arista Networks EOS")) { $os = "arista_eos"; }
}
?>

View File

@@ -170,6 +170,12 @@ $config['os'][$os]['text'] = "Force10 FTOS";
$config['os'][$os]['type'] = "network";
$config['os'][$os]['icon'] = "force10";
$os = "arista_eos";
$config['os'][$os]['text'] = "Arista EOS";
$config['os'][$os]['type'] = "network";
$config['os'][$os]['icon'] = "arista";
$os = "powerconnect";
$config['os'][$os]['text'] = "Dell PowerConnect";
$config['os'][$os]['ifname'] = 1;