Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
ssax
byssax, March 15, 2021
byssax, August 21, 2020
To fix the white screen you get on EL8 when saving, modify this file:
/usr/local/nagiosxi/html/includes/components/vmwarevmasettingsmanager/vmwarevmasettingsmanager.inc.php
Change this (line 570):
/* Store this vMA Host in the vma_host_settings_list array */
To this:
$vma_host_settings_list = array();
/* Store this vMA Host in the vma_host_settings_list array */
Now go test, it should work.
/usr/local/nagiosxi/html/includes/components/vmwarevmasettingsmanager/vmwarevmasettingsmanager.inc.php
Change this (line 570):
/* Store this vMA Host in the vma_host_settings_list array */
To this:
$vma_host_settings_list = array();
/* Store this vMA Host in the vma_host_settings_list array */
Now go test, it should work.