twosigma / satellite

Satellite monitors, alerts on, and self-heals your Mesos cluster.
Apache License 2.0
143 stars 18 forks source link

Configuration management mechanism for satellite-slaves #75

Closed cmilloy closed 8 years ago

cmilloy commented 8 years ago

In order to update the rules run by a slave I need to deploy either a .clj or a .json file to each satellite-slave host.

It would be nice if I could manage configurations on a satellite-master and be able to "reload" the satellite-slaves after making changes. Even better if they periodically reload themselves (would require syntactic validation on the master so that a slave doesn't attempt to load an invalid configuration).

cmilloy commented 8 years ago

Nevermind I duplicated my own issue: https://github.com/twosigma/satellite/issues/73