From 1f50c68326facb6a4d9a443cdce664bd43bc7956 Mon Sep 17 00:00:00 2001 From: CarlosEDP Date: Mon, 8 Apr 2019 17:57:06 -0300 Subject: [PATCH] Updated readme --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 181f358..5c301ba 100644 --- a/Readme.md +++ b/Readme.md @@ -21,7 +21,7 @@ Components included in this package: * Grafana * SMTP relay to Gmail for Grafana notifications -There are additional modules (enabled by default) to monitor other components of the infra-structure. These can be disabled on `main.jsonnet` file by setting the module in `local installModules` to `false`. +There are additional modules (enabled by default) to monitor other components of the infra-structure. These can be disabled on `vars.jsonnet` file by setting the module in `installModules` to `false`. The additional modules are: @@ -31,6 +31,8 @@ The additional modules are: * ElasticSearch metrics * APC UPS metrics +There are also options to set the ingress domain suffix and enable persistence for Grafana and Prometheus. + ## Quickstart The repository already provides a set of compiled manifests to be applied into the cluster. The deployment can be customized thru the jsonnet files.