mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00: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