diff --git a/gnatsd/README.md b/gnatsd/README.md index fad3bd34e0..bf1c5b3e8b 100644 --- a/gnatsd/README.md +++ b/gnatsd/README.md @@ -13,6 +13,14 @@ Get metrics from gnatsd service in real time to: To install the Gnatsd check on your host: +On Agent versions <= 6.8: + +1. [Download the Datadog Agent][4]. +2. Download the [`gnatsd.py` file][5] for Gnatsd. +3. Place it in the Agent's `checks.d` directory. + +On Agent 6.8+: + 1. Install the [developer toolkit][3] on any machine. 2. Run `ddev release build gnatsd` to build the package. 3. [Download the Datadog Agent][4]. @@ -70,3 +78,4 @@ Need help? Contact [Datadog support][2]. [2]: http://docs.datadoghq.com/help/ [3]: https://docs.datadoghq.com/developers/integrations/new_check_howto/#developer-toolkit [4]: https://app.datadoghq.com/account/settings#agent +[5]: https://github.com/DataDog/integrations-extras/blob/master/gnatsd/datadog_checks/gnatsd/gnatsd.py