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

$os = "dantherm-Coolling";
$config['os'][$os]['text']                  = "Dantherm FreeColling";
$config['os'][$os]['type']                  = "environment";
$config['os'][$os]['vendor']                = "Dantherm";
$config['os'][$os]['graphs'][]              = "device_temperature";
$config['os'][$os]['graphs'][]              = "device_fanspeed";
$config['os'][$os]['group']                 = "enterprise_tree_only"; // Really this device not support anything except own MIB
$config['os'][$os]['snmpable'][]            = ".1.3.6.1.4.1.46651.1.1.1.0"; // This device complete not have sysObjectID.0 or sysUpTime.0
$config['os'][$os]['discovery'][]           = array(
  // HIK-DEVICE-MIB::deviceType.0 = STRING: "DS-2CD2332-I"
  'DANTHERM-COOLING-MIB::onBoardTempr.0'            => '/.+/', // any non empty output
);
$config['os'][$os]['mibs'][]                = "DANTHERM-COOLING-MIB";
$config['os'][$os]['mib_blacklist'][]      = "ADSL-LINE-MIB";
$config['os'][$os]['mib_blacklist'][]      = "BGP4-MIB";
$config['os'][$os]['mib_blacklist'][]      = "CISCO-CDP-MIB";
$config['os'][$os]['mib_blacklist'][]      = "DISMAN-PING-MIB";
$config['os'][$os]['mib_blacklist'][]      = "ENTITY-MIB";
$config['os'][$os]['mib_blacklist'][]      = "ENTITY-SENSOR-MIB";
$config['os'][$os]['mib_blacklist'][]      = "EtherLike-MIB";
$config['os'][$os]['mib_blacklist'][]      = "HOST-RESOURCES-MIB";
$config['os'][$os]['mib_blacklist'][]      = "IF-MIB";
$config['os'][$os]['mib_blacklist'][]      = "IP-MIB";
$config['os'][$os]['mib_blacklist'][]      = "IPV6-MIB";
$config['os'][$os]['mib_blacklist'][]      = "LLDP-MIB";
$config['os'][$os]['mib_blacklist'][]      = "OSPF-MIB";
$config['os'][$os]['mib_blacklist'][]      = "PW-STD-MIB";
$config['os'][$os]['mib_blacklist'][]      = "Q-BRIDGE-MIB";
$config['os'][$os]['mib_blacklist'][]      = "UCD-SNMP-MIB";


// EOF
