mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Initial AVTECH Software, Inc. support.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$lastSpace = strrpos($poll_device['sysDescr'], ' ');
|
||||
|
||||
$hardware = trim(substr($poll_device['sysDescr'], 0, $lastSpace));
|
||||
$version = trim(substr($poll_device['sysDescr'], $lastSpace));
|
||||
|
||||
Reference in New Issue
Block a user