Alignak-monitoring-contrib / alignak-app

Desktop application in system tray for Alignak users.
GNU Affero General Public License v3.0
6 stars 2 forks source link

Limit host history events to 25 #285

Closed algorys closed 6 years ago

algorys commented 6 years ago

App should limit the number of host history events to 25. Actually, it seems she take the limit defined in backend pagination by default.

mohierf commented 6 years ago

Indeed, whatever the client will request, it will not get more than the maximum pagination defined in the backend configuration... beware of this. You will not get more than the maximum. And, if not specified, you will get the default pagination

algorys commented 6 years ago

@mohierf ok. If I do a get_all() in backend, does maximum pagination is used ?

algorys commented 6 years ago

Done.