18 lines
296 B
PHP
18 lines
296 B
PHP
<?php
|
|
/**
|
|
* Observium
|
|
*
|
|
* This file is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage discovery
|
|
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2020 Observium Limited
|
|
*
|
|
*/
|
|
|
|
include(__DIR__ . '/enlogic-pdu-mib.inc.php');
|
|
|
|
// There can be some specific sensors.
|
|
|
|
// EOF
|