Page 1 of 1

some checks just stopped working

Posted: Fri Oct 20, 2023 8:40 am
by JohnFLi
I have a machine that checks a few items....nothing special or odd.
CPU usage, hard drive space, memory usage, uptime and seeing if a service is running. been working just fine for years.

I rebooted that machine this morning, (normally happens once a months, so no big deal)
Now, 2 of the checks are failing.

the one checking the service is running
connect to address <servername> and port 12489: Connection refused

and uptime
(No output on stdout) stderr: connect to address <ip address> port 5666: Connection refused

I have restarted the windows service a few times, no change.

ANy ideas?

Re: some checks just stopped working

Posted: Tue Oct 24, 2023 9:22 am
by veloid1
Hello, it sounds like a reboot might have caused some issues. Have you tried relaunching some of the services? KB article Here.

Let me know if this helps, Thanks!

Re: some checks just stopped working

Posted: Mon Oct 30, 2023 1:19 pm
by bbahn
Seeing that you restarted the windows service, is this a machine running NCPA?

There are many things that can cause connection errors. Have you tried ensuring that each machine is connected to the network? You can start diagnosing whether the machines can reach each other over your network by pinging one machine from another

Code: Select all

ping XXX.XXX.XXX.XXX
where XXX.XXX.XXX.XXX is the IP address of the other machine.