diff --git a/pkg/zabbix/cache.go b/pkg/zabbix/cache.go index 70f1ab3..13f0e8c 100644 --- a/pkg/zabbix/cache.go +++ b/pkg/zabbix/cache.go @@ -16,6 +16,7 @@ var cachedMethods = map[string]bool{ "service.get": true, "usermacro.get": true, "proxy.get": true, + "valuemap.get": true, } func IsCachedRequest(method string) bool {