mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Merge pull request #2480 from SaaldjorMike/pix-disc
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
if (!$os) {
|
||||
if (preg_match('/^Cisco\ PIX/', $sysDescr)) {
|
||||
if (preg_match('/Cisco\ PIX/', $sysDescr)) {
|
||||
$os = 'pixos';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user