From ddf0f80654c28cf6837490bc731c03b5fd2a49aa Mon Sep 17 00:00:00 2001 From: fedy95 Date: Sat, 26 Jun 2021 10:56:50 +0000 Subject: [PATCH] update-vmware_exporter (#37) https://gitea.fedy95.com/infra/monitoring/issues/30 Reviewed-on: https://gitea.fedy95.com/infra/monitoring/pulls/37 Co-authored-by: fedy95 Co-committed-by: fedy95 --- .env.example | 3 +++ docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 0fa7c41..4baf9d7 100644 --- a/.env.example +++ b/.env.example @@ -3,3 +3,6 @@ VSPHERE_PASSWORD= VSPHERE_HOST= VSPHERE_IGNORE_SSL= VSPHERE_SPECS_SIZE= +VSPHERE_LIMITED_FETCH_CUSTOM_ATTRIBUTES= +VSPHERE_LIMITED_FETCH_TAGS= +VSPHERE_LIMITED_FETCH_ALARMS= diff --git a/docker-compose.yml b/docker-compose.yml index fff5b4d..9217741 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -164,7 +164,7 @@ services: hostname: vmware_exporter restart: always - ports: + expose: - "9272" env_file: - .env