-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
5.0.8
-
None
-
Debian 10, Zabbix 5.0.8, PostgreSQL 12.6
Problem Description:
There is a problem in the stock PostgreSQL template. The "s" unit modifier in the {$PG.PING_TIME.MAX.WARN} macro is being ignored.
When I set {$PG.PING_TIME.MAX.WARN}=10 I get milliseconds in the trigger, please see screenshot "ping_just10.png" . This is probably correct.
When I set {$PG.PING_TIME.MAX.WARN}=10s, I still get milliseconds in the trigger, please see screenshot "ping_10s.png."
Expected:
When I set {$PG.PING_TIME.MAX.WARN}=10s, the trigger should be at 10000 ms, not 10 ms.