mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Alerts - Add features + serial in alerts-> table (#10747)
* Alerts - Add features + serial for device * doc
This commit is contained in:
@@ -93,6 +93,8 @@ class RunAlerts
|
||||
$obj['ip'] = inet6_ntop($device['ip']);
|
||||
$obj['hardware'] = $device['hardware'];
|
||||
$obj['version'] = $device['version'];
|
||||
$obj['serial'] = $device['serial'];
|
||||
$obj['features'] = $device['features'];
|
||||
$obj['location'] = $device['location'];
|
||||
$obj['uptime'] = $device['uptime'];
|
||||
$obj['uptime_short'] = Time::formatInterval($device['uptime'], 'short');
|
||||
|
Reference in New Issue
Block a user