-
Problem report
-
Resolution: Fixed
-
Minor
-
5.0.11
-
Sprint 76 (May 2021), Sprint 77 (Jun 2021)
-
1
Download template "Template DB PostgreSQL agent 2" from the official git: Source of template_db_postgresql_agent2.xml - Zabbix - ZABBIX GIT
Import it in your Zabbix environment and see how item "PostgreSQL: Cache hit" breaks due to missing parameters:
pgsql.cache.hit["{$PG.URI}"]
It is missing {$PG.USER} and {$PG.PASSWORD} user parameters in the key.
Expected:
pgsql.cache.hit["{$PG.URI}","{$PG.USER}","{$PG.PASSWORD}"]
Easy but important fix.
- is duplicated by
-
ZBX-19520 Postgresql Agent 2 Template: some items miss credential macros
- Closed