I've installed Zabbix on a RHEL6 server and I'm having trouble getting the host availability check to work. When I run the ping command manually from the dashboard, I get the following error:
* fclose() expects parameter 1 to be resource, boolean given[/var/www/html/zabbix/api/classes/class.cscript.php:622]
* Error Description: Permission denied
If I set SELinux to permissive, the error goes away and the server is reported as running. Is there a way to keep SELinux in enforcing mode and still be able to run the scripts?
Thanks,
Brian
* fclose() expects parameter 1 to be resource, boolean given[/var/www/html/zabbix/api/classes/class.cscript.php:622]
* Error Description: Permission denied
If I set SELinux to permissive, the error goes away and the server is reported as running. Is there a way to keep SELinux in enforcing mode and still be able to run the scripts?
Thanks,
Brian
Comment