Hello,
today I moved my VM (Vmware ESXI) of Nagios Core (Centos 6.7) from one Host to another.
Everything it seems to work ok but I've got this new Problem, when I try via WEB-GUI to Send Custom Notification:
After like some minutes of Loading, I receveid this Error:
Gateway Time-out
The gateway did not receive a timely response from the upstream server or application.
Apache/2.2.15 (CentOS) Server at 192.168.50.171 Port 80
It Seems strange because all the connettivity is working fine (I can connect always on the Server).
Any advice?
Thank you.
Gateway Problem After Move the Nagios Core VM
Re: Gateway Problem After Move the Nagios Core VM
Is that the correct IP in the error message?
Former Nagios Employee.
me.
me.
Re: Gateway Problem After Move the Nagios Core VM
Yes it is correct.hsmith wrote:Is that the correct IP in the error message?
Re: Gateway Problem After Move the Nagios Core VM
so you didn't change the installation at all? its just move from one ESXi host to another? if so its something wrong with your network config on the ESXi host
Looking forward to seeing you all at #NagiosCon2019?
-Dedicated Lover of Nconf,PNP4Nagios and Nagvis
-Dedicated Lover of Nconf,PNP4Nagios and Nagvis
Re: Gateway Problem After Move the Nagios Core VM
Yeah I didn't change anything.nozlaf wrote:so you didn't change the installation at all? its just move from one ESXi host to another? if so its something wrong with your network config on the ESXi host
How it is possible? Maybe some apache or httpd configuration?
Re: Gateway Problem After Move the Nagios Core VM
more likely an issue with your ESXi networking coniguration, move it back to the other host, if the issue goes away its your ESXi network configBone8Head wrote:nozlaf wrote: How it is possible? Maybe some apache or httpd configuration?
Looking forward to seeing you all at #NagiosCon2019?
-Dedicated Lover of Nconf,PNP4Nagios and Nagvis
-Dedicated Lover of Nconf,PNP4Nagios and Nagvis
Re: Gateway Problem After Move the Nagios Core VM
Does the ESXI host have all the same NIC's lined up? The virtual NIC's are still dependent on the physical ones.
Former Nagios Employee
Re: Gateway Problem After Move the Nagios Core VM
I think..rkennedy wrote:Does the ESXI host have all the same NIC's lined up? The virtual NIC's are still dependent on the physical ones.
Actually I think that I'm gonna reinstall Nagios Core to the "new" ESXI Server Vmware.
I don't have a lot of time to recognize this problem.
Do you have any advice? Or i just have to save all the "Objects" files for the Hosts - Services?
Re: Gateway Problem After Move the Nagios Core VM
If you are talking about migrating from the old server to the new, it should suffice to just copy everything from your /usr/local/nagios/etc directory over, assuming that's where your configs are on your system. Your path might differ, but essentially the ../etc/ directory is what should be holding your configs. If you are looking to get your historical data as well, that's under /usr/local/nagios/share and various sub-folders, particularly .../perfdata.
Former Nagios employee
Re: Gateway Problem After Move the Nagios Core VM
Thank you, I will.tmcdonald wrote:If you are talking about migrating from the old server to the new, it should suffice to just copy everything from your /usr/local/nagios/etc directory over, assuming that's where your configs are on your system. Your path might differ, but essentially the ../etc/ directory is what should be holding your configs. If you are looking to get your historical data as well, that's under /usr/local/nagios/share and various sub-folders, particularly .../perfdata.