lesovsky / zabbix-extensions

Zabbix additional monitoring modules
BSD 3-Clause "New" or "Revised" License
316 stars 230 forks source link

fix compatibility with PostgreSQL 9.5 and below #59

Closed stephankn closed 5 years ago

stephankn commented 5 years ago

PostgreSQL 9.6 removed column waiting from pg_stat_activity. This makes it necessary to distinguish the versions when fetching data.

fixes #58