Files
librenms-librenms/includes/polling/os/imcopower-big.inc.php
T
Jozef RebjakandGitHub 44f3dea8e8 Fixed issues with IMCO Power (#11559)
* Fixed Issues with IMCO Power

* Fixed TRAVIS
2020-05-10 21:48:34 +02:00

6 lines
290 B
PHP

<?php
$imco_tmp = snmp_get_multi_oid($device, ['imco3IdentModel.0','imPM1SystemIDserNumb.0', 'imco3IdentSwVersion.0'], '-OUQs', 'IMCO-BIG-MIB');
$hardware = $imco_tmp['imco3IdentModel.0'];
$serial = $imco_tmp['imPM1SystemIDserNumb.0'];
$version = $imco_tmp['imco3IdentSwVersion.0'];