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

Fix missing naemon user for standalone worker #137

Closed sponkydive closed 6 years ago

sponkydive commented 6 years ago

mod-gearman-worker is not installable without user naemon, because postinstall script break during permission changes. For standalone worker it would be nice to have the user added.

There might be nicer ways to add multiple users, i just used the way naemon-core adds the user.

sni commented 6 years ago

great, many thanks.