Search found 2 matches
- Wed Jun 21, 2023 11:22 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring freeze after time change
- Replies: 2
- Views: 1874
Re: Monitoring freeze after time change
I temporarily solved the problem through a small program in C vim /root/timechange.c #include <sys/timerfd.h> #include <limits.h> #include <stdio.h> #include <unistd.h> #include <errno.h> #include <dirent.h> #include <stdlib.h> #include <string.h> int main(void) { while(1) { int fd = timerfd_create(...
- Wed Jun 21, 2023 5:59 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring freeze after time change
- Replies: 2
- Views: 1874
Monitoring freeze after time change
<t>Hi,<br/> <br/> I have a temporary installation of Nagios in a virtual machine, on a computer that I turn off for the night. After turning it on, a message appears in the logs<br/> <br/> [1687278386] Warning: A system time change of 7880 seconds (0d 2h 11m 20s forwards in time) has been detected. ...