change sort on poller performance, and show up to 30 walks

This commit is contained in:
Oliver Gorwits
2014-01-01 13:05:00 +00:00
parent 8a0ffadc40
commit a439227376

View File

@@ -17,8 +17,8 @@ __PACKAGE__->result_source_instance->view_definition(<<ENDSQL
WHERE action IN ( 'discover', 'macsuck', 'arpnip' )
GROUP BY action, entered
HAVING count( device ) > 1
ORDER BY elapsed DESC, entered DESC
LIMIT 15
ORDER BY entered DESC, elapsed DESC
LIMIT 30
ENDSQL
);