mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Miscellaneous cleanup - part 3 (#14450)
* Miscellaneous cleanup - part 3 * Apply fixes from StyleCI
This commit is contained in:
@@ -85,7 +85,7 @@ class Boss extends OS implements OSDiscovery, ProcessorDiscovery
|
||||
zeropad($count),
|
||||
"Unit $count processor",
|
||||
1,
|
||||
$entry['sgProxyCpuCoreBusyPerCent']
|
||||
$entry['sgProxyCpuCoreBusyPerCent'] ?? null
|
||||
);
|
||||
|
||||
$count++;
|
||||
|
Reference in New Issue
Block a user