From 2afe06544222415b85055557802af021e4e8bd00 Mon Sep 17 00:00:00 2001 From: rzrbld Date: Wed, 15 Apr 2020 00:31:00 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0376f8..fa464b9 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Main limitation - one instance = one query. - prometheus - docker or k8s -#### configure +#### description Make some query to zabbix server over [Insomnia](https://insomnia.rest/download/), [Postman](https://www.postman.com/), [curl](https://curl.haxx.se/), you name it. Let's say this query is: ``` json @@ -104,9 +104,12 @@ and response of this query is: } ``` +#### configure and run Since we know the query and know what is return - let's configure and start Zabbix Exporter 3000: ZE3000_ZABBIX_METRIC_LABELS - supports second level fields over `>` operator. +#### docker run + ``` bash docker run -d \ -p 8080:8080 \ @@ -147,6 +150,9 @@ megacompany_frontend_nginx_numbeofconnections{hosts_host="mega.application",host ``` +#### kubernetes run + +Look at example deployments at `k8s` folder in this repo. ### How to build standalone binary