gohai icon indicating copy to clipboard operation
gohai copied to clipboard

System information collector

Results 13 gohai issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.2 to 3.22.8. Release notes Sourced from github.com/shirou/gopsutil/v3's releases. v3.22.7 What's Changed cpu fix(cpu): fix cpu total and busy calc by @​shirou in shirou/gopsutil#1325 disk Replace IOMainPort/IOMasterPort()...

dependencies
go

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. Changelog Sourced from github/codeql-action's changelog. 2.1.8 - 08 Apr 2022 Update default CodeQL bundle version to 2.8.5. #1014 Fix error where the init action...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Update default runtime to node16 v2.4.0 Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr v2.3.5 Update...

dependencies
github_actions

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. Release notes Sourced from actions/setup-go's releases. v3.0.0 What's Changed Update default runtime to node16 (actions/setup-go#192) Update package-lock.json file version to 2 (actions/setup-go#193) and @types/node...

dependencies
github_actions

The filesystem collector is overly sensitive to issues, reporting an error for an non-zero exit code without exploring the output for validity. The issue I provided below is quite common...

Attempting to run dd-agent on a host machine which also runs docker containers, I've found that `/var/log/datadog/collector.log` ends up full of these logs: ``` 2016-09-29 01:46:05 UTC | WARNING |...

bug

CPU is not fully supported as library used have a few bugs. Until this is fixed I can force CPU value to be set to "1". #38

Looks like right here the return var is used even when err != nil in which case the map is nil. https://github.com/DataDog/gohai/blob/60e13eaed98afa238ad6dfc98224c04fbb7b19b1/platform/platform_common.go#L35 Cross compiling like `GOOS=android GOARCH=arm GOARM=7 CGO_ENABLED=1 invoke...

from shirou/gopsutil. Change for agent6, to enable process metadata. Associated change for gopsutil has been submitted to that package's owner.

Hi, gohai processes use ~65% of CPU all the time. ![image](https://cloud.githubusercontent.com/assets/11644585/21828083/3ec60454-d797-11e6-9a30-da79e1d473a4.png) Computer: MacBook Pro Retina Processor: 2.2 GHz Intel Core i7 RAM: 16Gb 1600MHz Graphics: Intel Iris pro 1536Mb