We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, the userparameter_pgsql.conf currently has:
userparameter_pgsql.conf
UserParameter=pgsql.get.pg.stat_database[*],"$1"/pgsql_db_funcs.sh pg.stat_database "$2" "$3" "$4" "$5"
which results in:
/usr/local/bin/pgsql_db_funcs.sh pg.stat_database /usr/local/etc $(hostname) zabbix-server 10051
I think the correct call should be:
/usr/local/bin/pgsql_db_funcs.sh pg.stat_database /usr/local/etc $(hostname) /etc/zabbix/zabbix_agentd.conf $databasetocheck
could you take a look please?
The text was updated successfully, but these errors were encountered:
after fiddling around I noticed that the check is working fine, just the docs are wrong IMO?
Sorry, something went wrong.
I don't get pg.stat_database data. Is there something wrong in userparameter file?
pg.stat_database remains empty on my installation.
No branches or pull requests
Hi, the
userparameter_pgsql.conf
currently has:which results in:
I think the correct call should be:
could you take a look please?
The text was updated successfully, but these errors were encountered: