pg-monz / pg_monz

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

Many items show up with "[no data]" #41

Open Abdull opened 7 years ago

Abdull commented 7 years ago

My environment:

no-data-pg_monz

I have already checked whether there are any authorization problems for the PostgreSQL user collecting data on behalf of pg_monz by running the problematic item statements from pgsql_db_funcs.sh in the psql console, but these commands returned values.

pr2git commented 5 years ago

In order to fix your problem: Be sure that you have the binary: zabbix_sender installed The edit the file pgsql_funcs.conf and add the path to zabbix_sender in it.

Exemple: PATH=/opt/local/zabbix/bin:$PATH:

if we consider that zabbix_sender is installed into /opt/local/zabbix/bin