Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVyacheslav Khaliev <vyacheslav.khaliev@zabbix.com>2022-03-01 13:12:01 +0300
committerVyacheslav Khaliev <vyacheslav.khaliev@zabbix.com>2022-03-01 13:12:01 +0300
commitbf3c1801d0117b7a9e21f02fe0598afbc35684ca (patch)
tree888bb8c584ca940d579d68d45a5a7ddc4f316b42 /templates
parent839725e5cb97e6d87bfc56017bee4b8b117f2744 (diff)
...G.....T [ZBXNEXT-7065] fixed spelling mistake
Diffstat (limited to 'templates')
-rw-r--r--templates/db/postgresql_agent2/README.md2
-rw-r--r--templates/db/postgresql_agent2/template_db_postgresql_agent2.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/db/postgresql_agent2/README.md b/templates/db/postgresql_agent2/README.md
index 1ca8334129d..b424580de82 100644
--- a/templates/db/postgresql_agent2/README.md
+++ b/templates/db/postgresql_agent2/README.md
@@ -56,7 +56,7 @@ No specific Zabbix configuration is required.
|{$PG.LLD.FILTER.DBNAME} |<p>-</p> |`(.+)` |
|{$PG.PASSWORD} |<p>-</p> |`postgres` |
|{$PG.QUERY_ETIME.MAX.WARN} |<p>Execution time limit for count of slow queries</p> |`30` |
-|{$PG.SLOW_QUERIES.MAX.WARN} |<p>Slow queries count treshold for a trigger</p> |`5` |
+|{$PG.SLOW_QUERIES.MAX.WARN} |<p>Slow queries count threshold for a trigger</p> |`5` |
|{$PG.URI} |<p>-</p> |`tcp://localhost:5432` |
|{$PG.USER} |<p>-</p> |`postgres` |
diff --git a/templates/db/postgresql_agent2/template_db_postgresql_agent2.yaml b/templates/db/postgresql_agent2/template_db_postgresql_agent2.yaml
index 79f3c967e59..d334e1660ab 100644
--- a/templates/db/postgresql_agent2/template_db_postgresql_agent2.yaml
+++ b/templates/db/postgresql_agent2/template_db_postgresql_agent2.yaml
@@ -2648,7 +2648,7 @@ zabbix_export:
-
macro: '{$PG.SLOW_QUERIES.MAX.WARN}'
value: '5'
- description: 'Slow queries count treshold for a trigger'
+ description: 'Slow queries count threshold for a trigger'
-
macro: '{$PG.URI}'
value: 'tcp://localhost:5432'