pg-monz / pg_monz

This is the Zabbix monitoring template for PostgreSQL Database.
Apache License 2.0
164 stars 81 forks source link

add standby information #35

Open a320321wb opened 7 years ago

a320321wb commented 7 years ago

in master postgres=# select pg_is_in_recovery()::int; pg_is_in_recovery

             0

(1 row) in standby postgres=# select pg_is_in_recovery()::int; pg_is_in_recovery

            1

(1 row)

select pg_is_in_recovery()::int; is run on standby