change sort on poller performance, and show up to 30 walks
This commit is contained in:
@@ -17,8 +17,8 @@ __PACKAGE__->result_source_instance->view_definition(<<ENDSQL
|
|||||||
WHERE action IN ( 'discover', 'macsuck', 'arpnip' )
|
WHERE action IN ( 'discover', 'macsuck', 'arpnip' )
|
||||||
GROUP BY action, entered
|
GROUP BY action, entered
|
||||||
HAVING count( device ) > 1
|
HAVING count( device ) > 1
|
||||||
ORDER BY elapsed DESC, entered DESC
|
ORDER BY entered DESC, elapsed DESC
|
||||||
LIMIT 15
|
LIMIT 30
|
||||||
ENDSQL
|
ENDSQL
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user