27 lines
961 B
PHP
27 lines
961 B
PHP
<?php
|
|
/**
|
|
* Observium
|
|
*
|
|
* This file is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage discovery
|
|
* @copyright (C) Adam Armstrong
|
|
*
|
|
*/
|
|
|
|
// NETAPP-ISDP-MIB::agentIsdpCacheAddress.2.1 = STRING: "169.254.149.239"
|
|
// NETAPP-ISDP-MIB::agentIsdpCacheLocalIntf.2.1 = STRING: "0/2"
|
|
// NETAPP-ISDP-MIB::agentIsdpCacheVersion.2.1 = STRING: "NetApp Release 9.9.1P16: Wed May 24 21:09:01 EDT 2023"
|
|
// NETAPP-ISDP-MIB::agentIsdpCacheDeviceId.2.1 = STRING: "sc01-lyo03-04"
|
|
// NETAPP-ISDP-MIB::agentIsdpCacheDevicePort.2.1 = STRING: "e0a"
|
|
// NETAPP-ISDP-MIB::agentIsdpCachePlatform.2.1 = STRING: "AFF-A300"
|
|
// NETAPP-ISDP-MIB::agentIsdpCacheCapabilities.2.1 = STRING: "Host"
|
|
// NETAPP-ISDP-MIB::agentIsdpCacheLastChange.2.1 = Timeticks: (62828004) 7 days, 6:31:20.04
|
|
// NETAPP-ISDP-MIB::agentIsdpCacheProtocolVersion.2.1 = STRING: "1"
|
|
// NETAPP-ISDP-MIB::agentIsdpCacheHoldtime.2.1 = INTEGER: 138 seconds
|
|
|
|
include(__DIR__ . "/isdp-mib.inc.php");
|
|
|
|
// EOF
|