mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
device: Updated cyberpower sensors and os support (#8551)
This commit is contained in:
committed by
Tony Murray
parent
5d708e53b4
commit
974b5eb84f
@@ -201,7 +201,7 @@ class YamlDiscovery
|
||||
if (isset($data['snmp_flags'])) {
|
||||
$snmp_flag = $data['snmp_flags'];
|
||||
} else {
|
||||
$snmp_flag = '-OeQUs';
|
||||
$snmp_flag = '-OteQUs';
|
||||
}
|
||||
$snmp_flag .= ' -Ih';
|
||||
|
||||
|
Reference in New Issue
Block a user