I followed the installation procedure from this link : RHEL - Icinga DB Web". When I perform step 3 : “Configure the connection to the Redis server through the Configuration → Modules → icingadb → Redis menu” I get the following error :
Bellow the error after modifying the file : “/usr/share/php/Icinga/File/Storage/TemporaryLocalFileStorage.php”
like that :
public function __construct()
{
$path = tempnam(sys_get_temp_dir(), uniqid() );
chmod($path, 0700);
Hello Grandmaster,
I will close the issue. There was an old php binary lying around the server. I don’t know why it wasn’t a problem before. I simply deleted a rpm file.
Thanks for your help. Have a nice day.