Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Warn that Gohai was moved to datadog-agent (#180)
Browse files Browse the repository at this point in the history
* docs: add move to datadog-agent in readme

* mention that the repo will be archived
  • Loading branch information
pgimalac authored May 24, 2023
1 parent a44cf5f commit 4316413
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@

Gohai is a tool which collects an inventory of system information. It aims to implement some parts of features from [facter](https://github.com/puppetlabs/facter) and [ohai](https://github.com/opscode/ohai). It's forked from Kentaro Kuribayashi's [verity](https://github.com/kentaro/verity).

## :warning: Gohai now lives in the repository of the [datadog-agent](https://github.com/DataDog/datadog-agent), under the `/pkg/gohai` directory, as an independent module :warning:

Bug reports and feature requests should be addressed to the new parent repository ([datadog-agent](https://github.com/DataDog/datadog-agent)).

In order to update to the most recent version of Gohai, you have to replace `github.com/DataDog/gohai` with `github.com/DataDog/datadog-agent/pkg/gohai` in your `go.mod` and your imports.

Note that the API was changed so verify that the API calls that you are using did not change in the new destination.

This repository will likely be archived soon.

## Usage

Gohai will build and install with `go get`. We require at least Go 1.7.
Gohai will build and install with `go get`. We require at least Go 1.17.

```sh
go get github.com/DataDog/gohai
Expand Down

0 comments on commit 4316413

Please sign in to comment.