I found the problem.
What happened was that at morning, a cron job was executed, this cron owned cpanel, this cron created a file called checksrv.suspend, which disabled the service monitor y left all services without updating in WHM > Server status > Service Status
I ran the following command:
- First I restarted thailwatchd
Code:
/scripts/restartsrv_thailwatchd
- I checked the log
Code:
tail -f /var/log/chkservd.log
In that log I saw a file named chkservd.suspend, this is a response:
[2020-09-08 11:41:02 -0500] Chkservd is currently suspended (/var/run/chkservd.suspend exists), waiting 100 seconds
- I removed the file chkservd.suspend
Code:
rm -f /var/run/chkservd.suspend
- At last restart again thailwatchd
Code:
/scripts/restartsrv_thailwatchd
After runing the commands, all services in WHM > Server status > Service Status, showed UP