librenms-librenms/includes/discovery/os/arista-eos.inc.php

10 lines
97 B
PHP
Raw Normal View History

<?php
if(!$os) {
if(strstr($sysDescr, "Arista Networks EOS")) { $os = "arista_eos"; }
}
?>