diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-04-10 11:53:09 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-04-10 11:54:57 +0200 |
commit | aaf40db76b7b4847b100eac9921aeb990614ca77 (patch) | |
tree | d0be46b00494a10191a30b0245fc1f8f8fdcce11 /app-metrics/carbonapi-web/files | |
parent | net-misc/trurl: add 0.4 (diff) | |
download | gentoo-aaf40db76b7b4847b100eac9921aeb990614ca77.tar.gz gentoo-aaf40db76b7b4847b100eac9921aeb990614ca77.tar.bz2 gentoo-aaf40db76b7b4847b100eac9921aeb990614ca77.zip |
app-metrics/carbonapi-web: initial commit
This package can be used as replacement for net-analyzer/graphite-web in
deployments where app-metrics/carbonapi-booking and
app-metrics/go-carbon are used instead of the Python-based variants.
Bug: https://bugs.gentoo.org/897056
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-metrics/carbonapi-web/files')
-rw-r--r-- | app-metrics/carbonapi-web/files/postinstall-en.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-metrics/carbonapi-web/files/postinstall-en.txt b/app-metrics/carbonapi-web/files/postinstall-en.txt new file mode 100644 index 000000000000..26cd2dc8abb0 --- /dev/null +++ b/app-metrics/carbonapi-web/files/postinstall-en.txt @@ -0,0 +1,12 @@ +1. install and setup a Graphite resolving and rendering instance such as + app-metrics/carbonapi-booking +2. setup a vhost that: + - uses default index file browser.html + - proxies these paths down to the Graphite rendering instance: + * /render/ + * /metrics/ + * /info/ + * /functions/ + * /tags/ +3. the combined setup should load the web browser and interact with your + Graphite install |