naemon / naemon-livestatus

Naemon - Livestatus Eventbroker Module
GNU General Public License v2.0
26 stars 30 forks source link

send error response on too large results #56

Closed sni closed 5 years ago

sni commented 5 years ago

so far livestatus would quietly end a query if it hits the maximum output size without the client being able to notice. Since it is better to get no data and an error instead of wrong or incomplete data and not even knowing it we better bail out with an error.

Signed-off-by: Sven Nierlein sven@nierlein.de