initial commit; version 22.5.12042
This commit is contained in:
22
includes/polling/os/fabos.inc.php
Normal file
22
includes/polling/os/fabos.inc.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Observium
|
||||
*
|
||||
* This file is part of Observium.
|
||||
*
|
||||
* @package observium
|
||||
* @subpackage poller
|
||||
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2020 Observium Limited
|
||||
*
|
||||
*/
|
||||
|
||||
if (!$version)
|
||||
{
|
||||
//FCMGMT-MIB::connUnitRevsRevId.'................'.1 = STRING: "73.6"
|
||||
//FCMGMT-MIB::connUnitRevsRevId.'................'.2 = STRING: "v6.4.2b4"
|
||||
$version = snmp_get($device, '.1.3.6.1.3.94.1.7.1.3.16.0.0.5.51.61.220.34.0.0.0.0.0.0.0.0.2', '-Ovq');
|
||||
}
|
||||
$version = ltrim($version, 'v');
|
||||
|
||||
// EOF
|
Reference in New Issue
Block a user