{"id":29894183,"url":"https://github.com/juxt/pack-riemann","last_synced_at":"2026-02-16T11:09:13.489Z","repository":{"id":70995164,"uuid":"78426849","full_name":"juxt/pack-riemann","owner":"juxt","description":null,"archived":false,"fork":false,"pushed_at":"2017-02-06T12:03:56.000Z","size":19,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-11-05T11:32:20.328Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juxt.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-01-09T12:29:23.000Z","updated_at":"2020-04-13T12:11:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c879160-d1cf-45f2-a601-e7fb33f53d08","html_url":"https://github.com/juxt/pack-riemann","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/juxt/pack-riemann","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juxt%2Fpack-riemann","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juxt%2Fpack-riemann/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juxt%2Fpack-riemann/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juxt%2Fpack-riemann/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juxt","download_url":"https://codeload.github.com/juxt/pack-riemann/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juxt%2Fpack-riemann/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29506441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-01T04:45:35.426Z","updated_at":"2026-02-16T11:09:13.470Z","avatar_url":"https://github.com/juxt.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Pack-Riemann\n\nPackage up Riemann and Riemann-dash into an AMI using Packer and provision using Terraform.\n\n== Build the Packer AMI.\n\n```\npacker build -var 'riemann_version=0.2.12' riemann.json\n```\n\n== Deploy using Terraform\n\nSee the `sample.tf` for a straightforward Terraform configuration to provision Riemann. Terraform also has a https://www.terraform.io/intro/[getting started guide].\n\nOne option is to clone this repository into a working subdirectory of your project to start using it. You could also refer to the module directly from Git:\n\n....\nmodule \"riemann\" {\n  source = \"github.com/juxt/pack-riemann//modules/riemann?ref=0.2.0\"\n  # Declare variable inputs\n  # ...\n}\n....\n\nTo use this module you need to provide the relevant variables that are declared at the top of `sample.tf`, you can do so either from the command line or from a tf.vars file. Assuming you went ahead and supplied the variables in a `dev.tfvars` file, then the Terraform commands to plan and to subsequently execute\nprovisioning would be:\n\nFirst export where your private key is that matches the `key_path` variable (or you'll be asked to type it in). The provisioner needs this to upload the Riemann config file.\n\n....\nexport TF_VAR_key_path=\u003cwhere is it?\u003e\n....\n\n\nGet the module ready:\n\n....\nterraform get\n....\n\nMake the Terraform plan\n\n....\nterraform plan -var-file=dev.tfvars -out proposed.plan\n....\n\nExecute the plan:\n\n....\nterraform apply proposed.plan\n....\n\n== Requirements\n\nPacker and Terraform 0.8.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuxt%2Fpack-riemann","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuxt%2Fpack-riemann","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuxt%2Fpack-riemann/lists"}