Hi,
I'm writing a program, which needs to pull metrics every few minutes from zabbix via API.
Below are those metrics. I could not find how to get these data via API call in API documentation. Can anybody point me from where i'll get API documentation for these?
PostgreSQL Instance Responding: this is just up/down status of the instance… UP=1; DOWN=not 1
PostgreSQL BE Active SQL: count of active SQL threads
PostgreSQL BE Lock Waits: count of threads waiting on a lock
PostgreSQL Trx Commits/sec: count of commits per second
PostgreSQL Streaming Replication Lag Time: number of seconds of replication lag
Thanks
Malay
I'm writing a program, which needs to pull metrics every few minutes from zabbix via API.
Below are those metrics. I could not find how to get these data via API call in API documentation. Can anybody point me from where i'll get API documentation for these?
PostgreSQL Instance Responding: this is just up/down status of the instance… UP=1; DOWN=not 1
PostgreSQL BE Active SQL: count of active SQL threads
PostgreSQL BE Lock Waits: count of threads waiting on a lock
PostgreSQL Trx Commits/sec: count of commits per second
PostgreSQL Streaming Replication Lag Time: number of seconds of replication lag
Thanks
Malay
Comment