Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
@ssax
Favorites0
Views
Projects0
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.
Reviewed 5 years ago
You can run this command to fix the PHP 7 issue with split on line 166 (should be explode in PHP 7+): sed -i 's/split(/explode(/g' /usr/local/nagiosxi/html/includes/dashlets/statusinfo/statusinfo_inboard.php?