twosigma / satellite

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

Blacklist? #41

Closed memelet closed 9 years ago

memelet commented 9 years ago

Is there way to use the manual whitelist to simulate forcing a node off the whitelist. For draining a node that is going down or into maintenance?

sabraham commented 9 years ago

Yes - if you put a manual event to critical for a node, it will force that node off the whitelist. You can set a ttl for the event and it will come back after that time.

sabraham commented 9 years ago

For more details check out the POST documentation at

https://github.com/twosigma/satellite/tree/master/satellite-master#post-whitelisthosthosteventevent

particularly

state is either ok or critical. ok will turn on the host, critical will turn off the host

If there's something that's unclear in the documentation, let us know and we'll fix it!

memelet commented 9 years ago

Thanks! I missed the docs in the master and slave dirs.

dgrnbrg commented 9 years ago

Is there a way that we could make them more obvious from the front page?

On Tue, Nov 24, 2015 at 1:05 AM Barry Kaplan notifications@github.com wrote:

Closed #41 https://github.com/twosigma/satellite/issues/41.

— Reply to this email directly or view it on GitHub https://github.com/twosigma/satellite/issues/41#event-472913369.

memelet commented 9 years ago

Sure, maybe like Cook's subproject summary. But I would also add links to the subproject readme's.