Files
librenms/includes/osdiscovery/discover-nxos.php
T
2010-07-14 11:50:01 +00:00

10 lines
77 B
PHP
Executable File

<?php
if(!$os) {
if(strstr($sysDescr, "NX-OS")) { $os = "nxos"; }
}
?>