2017-07-26 15:56:16 +00:00
|
|
|
# Hydra status timeboard
|
2017-07-26 15:55:07 +00:00
|
|
|
|
2017-07-26 15:54:04 +00:00
|
|
|
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
|
|
|
|
```
|