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