20 lines
302 B
PHP
20 lines
302 B
PHP
<?php
|
|
|
|
/**
|
|
* Observium
|
|
*
|
|
* This file is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage discovery
|
|
* @copyright (C) Adam Armstrong
|
|
*
|
|
*/
|
|
|
|
// Discover arbitrary graphs by MIB
|
|
|
|
$include_dir = "includes/discovery/graphs/";
|
|
include("includes/include-dir-mib.inc.php");
|
|
|
|
// EOF
|