DataDog/gohai

No issue when Python is not found

Closed this issue · 4 comments

checks.collector(collector.pyc:649) | GOHAI LOG | 2015/06/18 07:42:07 [platform] exec: "python": executable file not found in %PATH%

from

out, err := exec.Command("python", "-V").CombinedOutput()

We should probably remove this log line as it can be misleading for users, and provides no useful information about the agent's environment (given that it's testing the system python).

remh commented

we should actually just remove it
the agent collects that

This error has shown up in between 2 (missing) lines every time my host has been sending false positive alerts of being down. So far it's the only 'error' I can correlate to the times whatsoever. Almost 6 months later and its still not removed? Any update on this?

This message does not appear to be logged anymore.