mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
UBNT fixed airos temp in 8.7.7 (#13731)
* UBNT fixed airos temp in 8.7.7 restrict workaround to only versions 8.7.4-8.7.6 fixes: #13655 * remove extra character
This commit is contained in:
@@ -34,7 +34,7 @@ modules:
|
||||
-
|
||||
device: version
|
||||
op: 'regex'
|
||||
value: '/^(8\.7\.[4-9]|8\.8|9|\d{2,})\./'
|
||||
value: '/^8\.7\.[4-6]\./'
|
||||
-
|
||||
oid: ubntHostTemperature
|
||||
divisor: 10000000
|
||||
@@ -44,5 +44,5 @@ modules:
|
||||
-
|
||||
device: version
|
||||
op: 'not_regex'
|
||||
value: '/^(8\.7\.[4-9]|8\.8|9|\d{2,})\./'
|
||||
value: '/^8\.7\.[4-6]\./'
|
||||
|
||||
|
Reference in New Issue
Block a user