We don't develop for Red Hat at all, so it's going to be hard to keep that up to date.
You missed being able to launch fping from Apache, by the way ;-)
Tom
On 9/27/2018 10:54 AM, David Pinkerton wrote:
As Red Hat consultant it makes me sad to see the first instruction to install software is to disable SELinux.
It really isn't that hard to learn.
My observium installation (on RHEL 7)
Assuming Observium is installed in /opt/observium
# ensure semange is installedyum install policycoreutils-python
# set policy to allow apache to write to observium directories# this could be restricted to read-only on all except rrd & logs.semanage fcontext -a -t httpd_sys_rw_content_t "/opt/observium(/.*)?"
# apply policyrestorecon -R -v /opt/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium