Rob Brucks
Rob Brucks
That will work.
I've implemented a decent method of monitoring streaming on 9.2+, but it requires the config file mods from libzbxpgsql 1.1. I'll put together a sample in the next few days...
OK - I've put something in Github for you guys to try out. Let me know if it works for you. [libzbxpgsql-streaming](https://github.com/robbrucks/libzbxpgsql-streaming)
The above policy module I sent you is to allow the libzbxpgsql module to use the postgres socket (host=/tmp) instead of TCP stack (host=localhost). I don't think this is the...
@lvg01 : what versions of OS, Zabbix agent, libzbxpsql, and PG are you installing? I get a totally different SE Linux issue on Centos 7.3, Zabbix 3.2 with libzbxpgsql 1.1...
OK, yeah, if you're hitting the socket problem then what I originally sent to @cavaliercoder should do the trick. I had to use it too since I prefer socket connections....
After doing some research I found that they introduced a bug in SELinux 2.5 on Centos/RHEL 7.3: [Bug 1406328](https://bugzilla.redhat.com/show_bug.cgi?id=1406328) I was using the standard "sealert -a /var/log/audit/audit.log" command to find...
Under the new SELinux the postgres socket file no longer has the file context it used to have (`postgresql_var_run_t`), but instead appears to now have the default `tmp_t` context. ```...
TBH I have absolutely no idea whether or not that's a good thing or how to do it. Honestly I'd like to see someone add an upsteam boolean to allow...
This is also a problem for our company. Robot name prefix setting should only be used to initially generate robot account names. The generated name should then be stored and...