hopefully fix quanta discovery

This commit is contained in:
Daniel Preussker
2016-09-27 09:51:59 +02:00
committed by GitHub
co-authored by GitHub
parent 7b4988aab7
commit 64fdeeb87f
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
if (starts_with($sysObjectId, array('.1.3.6.1.4.1.4413', '.1.3.6.1.4.1.7244')) && str_contains($sysDescr, array('vxworks', 'Quanta'))) {
if (starts_with($sysObjectId, array('.1.3.6.1.4.1.4413', '.1.3.6.1.4.1.7244')) && str_contains($sysDescr, array('vxworks', 'quanta'),true)) {
$os = 'quanta';
}