mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
4 lines
140 B
PHP
4 lines
140 B
PHP
|
|
<?php
|
||
|
|
$vigintos_tmp = snmp_get_multi_oid($device, 'host2Version.0', '-OQUs', 'VEL-HOST2-MIB');
|
||
|
|
$version = $vigintos_tmp['host2Version.0'];
|