naemon / naemon-livestatus

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

shutdown threads earlier #127

Closed sni closed 1 week ago

sni commented 2 weeks ago

naemon unloads modules at the end of the shutdown process, so we need to shutdown threads earlier already when receiving the end of eventloop event. After that event, we must not access objects anymore.