mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
6 lines
118 B
PHP
6 lines
118 B
PHP
<?php
|
|
|
|
print_r(snmpwalk_cache_oid($device, 'system', array()));
|
|
|
|
print_r(snmp_cache_oid('system', $device, array()));
|