Closed meegoSVK closed 6 years ago
Thank you for mentioning this incompatible change with PostgreSQL 10. I think we should implement a conditional query to still support older versions. As only the name of the function changed this should be easy.
Did you notice any further incompatibility with version 10?
Not yet. We are currently deciding between a few monitoring systems. I am new to Zabbix so we are just discovering the spirit of this system. We are trying Zabbix 3.4 and we are using only PostgreSQL 10. There are not many targets to be monitored yet, so in a few months I will give better feedback.
Thank you for your work, this template looks pretty good for our use case!
Sincerely Meego
@meegoSVK Would be great if you could confirm this works with version 10+, as my setup is still running 9.6.
@stephankn It is working :)
Hi! Template for monitoring PostgreSQL is not working on PostgreSQL 10 since the naming convention was changed.
xlog was renamed to wal, location renamed to lsn etc. Monitoring role (pg_monitor) was added so now you do not need superuser (function pg_ls_dir for wal check should be changed to pg_ls_waldir).
I fixed it in my environment and I would like to share it.