move file and add a basic README

This commit is contained in:
Amine Chikhaoui 2017-07-26 16:54:04 +01:00
parent d6f029bf82
commit b9ed08d703
No known key found for this signature in database
GPG key ID: C0C8C84C15BCCD1C
2 changed files with 20 additions and 0 deletions

20
datadog/README.md Normal file
View file

@ -0,0 +1,20 @@
#Hydra status timeboard
In order to deploy hydra status dashboard you can:
* create a deployment
```
nixops create -d hydra-status /path/to/hydra/datadog/dd-dashboard.nix
```
* setup the default hostname and api/app keys
```
nixops set-args -d hydra-status --argst appKey <app_key> --argstr apiKey <api_key> --argstr host chef
```
* deploy
```
nixops deploy -d hydra-status
```