mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated NX-OS to avoid conflicts elsewhere
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
if (!$os)
|
||||
{
|
||||
if (strstr($sysDescr, "NX-OS")) { $os = "nxos"; }
|
||||
if (strstr($sysDescr, "NX-OS(tm)")) { $os = "nxos"; }
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user