Question
You may wish to see the times that kernelcare has been attempting to update.
Is there a way to tell if kernelcare has been working?
Answer
Yes.
The fastest way to tell is to search /var/log/messages for "kcare".
Command:
grep -i kcare /var/log/messages
View the output below.
Small Sample:
# grep -i kcare /var/log/messages
Sep 6 04:42:04 server kcare: Updates already downloaded
Sep 6 04:42:04 server kcare: No updates are needed for this kernel
Sep 9 20:00:20 server kcare: No updates are needed for this kernel
Sep 9 20:00:20 server kcare: Kernel is safe
Sep 9 20:01:06 server kcare: Updates already downloaded
Sep 9 20:01:06 server kcare: No updates are needed for this kernel
Sep 9 20:01:06 server kcare: Kernel is safe
Sep 9 20:01:26 server kcare: Updates already downloaded
Sep 9 20:01:26 server kcare: No updates are needed for this kernel
Sep 9 20:01:26 server kcare: Kernel is safe
This article provided information that compliments the following articles:
Is my server compatible with KernelCare?