Skip to content

Commit

Permalink
[mac] disable gohai
Browse files Browse the repository at this point in the history
As it is misbehaving (eating way more CPU than needed/expected).
  • Loading branch information
degemer committed Feb 27, 2017
1 parent 69680f8 commit 0fabc78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions checks/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,9 @@ def _run_gohai_processes(self):
return self._run_gohai(['--only', 'processes'])

def _run_gohai(self, options):
# Gohai is disabled on Mac for now
if Platform.is_mac():
return None
output = None
try:
if not Platform.is_windows():
Expand Down

0 comments on commit 0fabc78

Please sign in to comment.