Run monit only during the day
by Brief-Wishbone9091 from LinuxQuestions.org on (#6NQ7T)
One trick that I've figured out is to
At the morning: systemctl start monit
At the night: systemctl stop monit
And put it as a cronjob.
what about other ideas?
I was reading this, but not sure how would I implement this feature?
https://forums.freebsd.org/threads/m...n-times.51563/
At the morning: systemctl start monit
At the night: systemctl stop monit
And put it as a cronjob.
what about other ideas?
I was reading this, but not sure how would I implement this feature?
https://forums.freebsd.org/threads/m...n-times.51563/