twosigma / satellite

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

Boolean inversion in whitelist hostname-malformed check #78

Open cmilloy opened 8 years ago

cmilloy commented 8 years ago

https://github.com/twosigma/satellite/blob/bb39fe0602050ca47eabf4ed13c0f1d0a792983f/satellite-master/src/satellite/services/whitelist.clj#L63

(.isReachable addr 1000)

Should probably say: (not (.isReachable addr 1000))