sni / mod_gearman

Distribute Naemon Host/Service Checks & Eventhandler with Gearman Queues. Host/Servicegroups affinity included.
http://www.mod-gearman.org
GNU General Public License v3.0
122 stars 42 forks source link

Logrotate incorrect #44

Closed adrianlzt closed 11 years ago

adrianlzt commented 11 years ago

Logrotate is the same for neb and for worker, but neb module is run by Icinga. When neb log file is rotated, Icinga lost the file descriptor, and the postrotate action (mod_gearman_worker reload) doen't help.

I think the solution is to generate a different logrotate for neb module with the copytruncate option.