Files
librenms-librenms/includes/polling/os/aos7.inc.php
T
joseUPVandGitHub 9ac05f48b8 AOS Advanced Support. (#11500)
* Comes from PR11322.

* Code changes to solve github-apply warnings. Removed aos tests.

* Added new aos tests.
2020-05-18 07:50:13 -05:00

7 lines
201 B
PHP
Executable File

<?php
if (strpos($device['sysDescr'], 'Enterprise')) {
list(,,$hardware,$version) = explode(' ', $device['sysDescr']);
} else {
list(,$hardware,$version) = explode(' ', $device['sysDescr']);
}