Ryan Armstrong
Ryan Armstrong
@volga629 we'll share SRPMS also if we create a repo. In the meantime, the RPM spec can be found here: https://github.com/cavaliercoder/libzbxpgsql-build/tree/master/rpmbuild
Hey this is cool! Apologies for the delayed response. This might take a while to review and test.
`PGCONFIGFILE` is a runtime environment variable, and is not configurable at compile-time (except if you modify the source of course). You should export this environment variable in the startup script...
I'm not familiar with FreeBSD, but typically there are additional packages containing source headers. For example, RedHat uses `libconfig-devel`, Debian uses `libconfig-dev`. I don't see anything to this effect in...
Alternatively, you could just download the libconfig source tarball, extract it somewhere and pass the location to your `./configure` script.
This is definitely an issue and not by design. Currently the module has no intelligent handling of TCP connections. I do plan to implement connection pooling which will reuse connections...
The command `zabbix_agentd -p` uses default "test" parameter values that are not appropriate for all system configurations. For example, it will try connect to local host as `zabbix`. This command...
Configuring an identity server is outside the scope of the documentation for this module. The docs instead step you through using Unix sockets with Peer auth for local connections or...
Thanks for the kind feedback! This module does not create any dbus connections (that I know of?) so I suspect the issue may lie elsewhere. Are you perhaps also using...
Or maybe `zabbix-pgsql` or `zabbix-module-pgsql` or `zabbix-mod-pgsql`... needs to be consistent with other modular packages and reusable by other authors.