shinken-monitoring / mod-livestatus

Shinken module for presenting data with a MK/Livestatus comptabile interface
GNU Affero General Public License v3.0
15 stars 20 forks source link

Add a sorting functionality in the query language #4

Open smlacombe opened 11 years ago

smlacombe commented 11 years ago

In the MK livestatus docs, it is written : « Since MK Livestatus currently does not support sorting, you'll have to live with the Nagios-internal natural sorting of objects. »

It would be great if we could add sorting criterias in the query language like most of known DBMS. Does it somebody have ever thought about doing this?