-
-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
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
allow setting location of psql #44
Comments
Hi Peterjam28 I just pushed an solution for this. The following classes are changed so they have an extra parameter
You can use it like this:
The value will be appended to the original "PATH" ( In your setup, "PATH" will be like this when executing the psql commands:
Is this acceptable for you? Kind regards, |
That is exactly what I was hoping for, thanks. Will this be in 1.0.2?
|
No, in 1.1.0. |
I uploaded release 1.1.0 to the forge. Kind regards, |
The path for psql in zabbix::database::postgresql is: -
/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
I have it installed in /opt/postgres/9.3/bin.
Can we have a parameter to set the path for non-standard.
I can create a symlink, but it seems a shame that it's necessary.
The text was updated successfully, but these errors were encountered: