Deploy NagiosXI OVF problem ...

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
xpertech
Posts: 399
Joined: Thu Sep 01, 2011 9:47 pm

Deploy NagiosXI OVF problem ...

Post by xpertech »

After downloaded NagiosXI OVF and deployed into ESXi, when connected to NagiosXI VM guest, the browser displayed login screen, but after login, there was nothing on the browser page? had changed different browsers(IE,Chrome,Firefox) but all the same?!
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Deploy NagiosXI OVF problem ...

Post by slansing »

Please show the output of these commands ran on the Nagios XI system:

Code: Select all

service httpd restart
service mysqld restart
service postgresql restart
service nagios restart

Code: Select all

tail -50 /var/log/httpd/error_log
Locked