<?php
/**
 * Observium
 *
 *   This file is part of Observium.
 *
 * @package    observium
 * @subpackage definitions
 * @copyright  (C) 2006-2013 Adam Armstrong, (C) 2013-2020 Observium Limited
 *
 */

$os = "padtec";
$config['os'][$os]['text']                  = "Padtec NMS";
$config['os'][$os]['vendor']                = "";
$config['os'][$os]['type']                  = "optical";
//$config['os'][$os]['model']                 = "adva";
//$config['os'][$os]['graphs'][]              = "device_bits";
$config['os'][$os]['sysObjectID'][]         = ".1.3.6.1.4.1.14846.3.0";
$config['os'][$os]['sysDescr'][]	    = "/^SNMP metropad3/";
//$config['os'][$os]['mibs'][]                = "FspR7-MIB"; // moved to model
//$config['os'][$os]['mibs'][]                = "ADVA-MIB";



$model = "padtec";
$config['model'][$model] = [
  '.1.3.6.1.4.1.14846.1.0'   => [ 'mibs' => [ 'LIGHTPAD-MIB' ] ],
  '.1.3.6.1.4.1.14846.3.0'   => [ 'mibs' => [ 'METROPAD3' ] ],
];
