felskrone / salt-eventsd

events-listener daemon for saltstack that writes data into a database
Other
51 stars 12 forks source link

Install workers by default. #17

Open ekristen opened 10 years ago

ekristen commented 10 years ago

I'd suggest using a workers directory of eventsd.d in the /etc/salt directory to fall more in line with how salt has their directories.

felskrone commented 10 years ago

What installation-procedure are you referring to?

This is already done on debian or rather when using a deb-package.

Im not into rpms or any other packaging-system at all and will not be able to build/support them.

Grokzen commented 9 years ago

I think that the worker files should indeed be installed by default into for example /etc/salt/eventsd_workers but they should not be part of the default configuration file. Or at least not activated but maybe commented out like how salt have with their settings file.

felskrone commented 9 years ago

As soon as i have anything to fix/improve, this will be fixed. Its been sitting here long enough without being honored :-)

Khabi commented 8 years ago

FYI: I think this was pretty much fixed in https://github.com/felskrone/salt-eventsd/pull/48 Its not exactly how it was described here, but they will be installed by default after that patch.