mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
REmoved aditional space
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
if ($device['os'] == 'powerconnect') {
|
||||
$sysObjectId = snmp_get ($device, 'SNMPv2-MIB::sysObjectID.0', '-Ovqn');
|
||||
$sysObjectId = snmp_get($device, 'SNMPv2-MIB::sysObjectID.0', '-Ovqn');
|
||||
switch ($sysObjectId) {
|
||||
/**
|
||||
* Dell Powerconnect 5548
|
||||
|
||||
Reference in New Issue
Block a user