From b9ed08d70338b62bfd47232a3ae3d696db1e4249 Mon Sep 17 00:00:00 2001 From: Amine Chikhaoui Date: Wed, 26 Jul 2017 16:54:04 +0100 Subject: [PATCH] move file and add a basic README --- datadog/README.md | 20 ++++++++++++++++++++ dd-dashboard.nix => datadog/dd-dashboard.nix | 0 2 files changed, 20 insertions(+) create mode 100644 datadog/README.md rename dd-dashboard.nix => datadog/dd-dashboard.nix (100%) diff --git a/datadog/README.md b/datadog/README.md new file mode 100644 index 00000000..8bfc0752 --- /dev/null +++ b/datadog/README.md @@ -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 --argstr apiKey --argstr host chef +``` + +* deploy + +``` +nixops deploy -d hydra-status +``` diff --git a/dd-dashboard.nix b/datadog/dd-dashboard.nix similarity index 100% rename from dd-dashboard.nix rename to datadog/dd-dashboard.nix