forked from lix-project/hydra
move file and add a basic README
This commit is contained in:
parent
d6f029bf82
commit
b9ed08d703
20
datadog/README.md
Normal file
20
datadog/README.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in a new issue