migrating Nagios from 1 OS to a different OS
working system:
Centos7
2026R1.5
not working system
Ubuntu 24.04
2026R1.5
Migration went fine...nothing major.
after migration, renamed the new machine to the same name as the old machine....gave it the old IP address as well.
ALL hosts and services are happy----------- EXCEPT 1
sometimes it will talk to it and say a service or a check is good, other times it says it can't talk to it.
i ran https://servername:5693/testconnect/?token=123456
on the client machine, is was happy
Code: Select all
{
"value": "Success."
}so i delete the trouble maker out of nagios. ran the wizard for the windows machine (2019)
I enter the name for the server, leave the port as default and enter the token
it thinks for a few moments, then returns:
Code: Select all
Connection timeout. Failure connecting to NCPA {GDFNA:001]
E_WARNING: http://servername:5693/api/disk?token=<your_token>
Failed to open stream
Connection Time outand it talks just fine.
Tells me there is somethign on the unbuntu machine that is the issue....any ideas??