mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02:00
Moved system polling module to core to centralise some snmpget calls
This commit is contained in:
@@ -11,5 +11,5 @@
|
||||
*/
|
||||
|
||||
if (empty($hardware)) {
|
||||
$hardware = snmp_get($device, 'sysDescr.0', '-Osqv', 'SNMPv2-MIB');
|
||||
$hardware = $poll_device['sysDescr'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user