We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1767fd4 + af31c99 commit 6883aedCopy full SHA for 6883aed
mamonsu/plugins/pgsql/health.py
@@ -13,7 +13,7 @@ def run(self, zbx):
13
14
start_time = time.time()
15
Pooler.query('select 1 as health')
16
- zbx.send('pgsql.ping[]', (time.time() - start_time) * 100)
+ zbx.send('pgsql.ping[]', (time.time() - start_time) * 1000)
17
18
result = Pooler.query("select \
19
date_part('epoch', now() - pg_postmaster_start_time())")
0 commit comments