mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Detect vcsa as vmware instead of generic
This commit is contained in:
@@ -4,4 +4,7 @@ if (!$os) {
|
|||||||
if (preg_match('/^VMware ESX/', $sysDescr)) {
|
if (preg_match('/^VMware ESX/', $sysDescr)) {
|
||||||
$os = 'vmware';
|
$os = 'vmware';
|
||||||
}
|
}
|
||||||
|
if (preg_match('/^VMware-vCenter-Server-Appliance/', $sysDescr)) {
|
||||||
|
$os = 'vmware';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user