2016-08-28 12:32:58 -05:00
|
|
|
<?php
|
2016-08-12 23:58:34 +01:00
|
|
|
/*
|
|
|
|
|
* LibreNMS
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 2016 Neil Lathwood <neil@lathwood.co.uk>
|
2016-08-29 15:00:05 -04:00
|
|
|
* Copyright (c) 2016 Daniel Cox <danielcoxman@gmail.com>
|
2016-08-12 23:58:34 +01:00
|
|
|
* This program is free software: you can redistribute it and/or modify it
|
|
|
|
|
* under the terms of the GNU General Public License as published by the
|
|
|
|
|
* Free Software Foundation, either version 3 of the License, or (at your
|
|
|
|
|
* option) any later version. Please see LICENSE.txt at the top level of
|
|
|
|
|
* the source code distribution for details.
|
|
|
|
|
*/
|
|
|
|
|
|
2016-09-21 18:53:39 +01:00
|
|
|
if (starts_with($sysObjectId, array(
|
|
|
|
|
'.1.3.6.1.4.1.2272.202',
|
|
|
|
|
'.1.3.6.1.4.1.2272.203',
|
|
|
|
|
'.1.3.6.1.4.1.2272.205',
|
|
|
|
|
'.1.3.6.1.4.1.2272.206',
|
|
|
|
|
'.1.3.6.1.4.1.2272.208',
|
|
|
|
|
'.1.3.6.1.4.1.2272.209',
|
|
|
|
|
'.1.3.6.1.4.1.2272.210',
|
|
|
|
|
))) {
|
|
|
|
|
$os = 'avaya-vsp';
|
2016-08-12 23:58:34 +01:00
|
|
|
}
|