mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix testing state sensor index dumping order. (#8117)
Add netonix state sensor test data
This commit is contained in:
@@ -41,6 +41,7 @@ sensors:
|
||||
joins:
|
||||
- { left: state_indexes.state_index_id, right: state_translations.state_index_id }
|
||||
- { custom: 'INNER JOIN ( SELECT i.state_index_id FROM `sensors_to_state_indexes` i LEFT JOIN `sensors` s ON (i.`sensor_id` = s.`sensor_id`) WHERE `device_id`=? GROUP BY i.state_index_id) d ON d.state_index_id = state_indexes.state_index_id' }
|
||||
order_by: state_indexes.state_name, state_translations.state_value
|
||||
custom_where: ''
|
||||
storage:
|
||||
storage:
|
||||
|
Reference in New Issue
Block a user