alan6854321
Senior Member
Something strange just happened, all but one cronjobs disappeared from my router.
There's normally six running on my router as follows.
All except the "CheckVPNServer1" job disappeared.
I know pretty much when it happened as I have a Raspi plotting data from the send-cputemp-mqtt job and it complains when it misses data. There's nothing obvious in the syslog around that time to suggest anything unusual happened. They all came back fine on a reboot.
Any ideas what might have happened?
Or what to investigate if they disappear again?
There's normally six running on my router as follows.
Code:
cru l
15 3 * * * /jffs/scripts/regular-email #AGTxEM#
3 4 * * * wl -i eth5 deauthenticate 8C:85:80:54:82:28 #AGTxEU#
*/5 * * * * /jffs/scripts/send-cputemp-mqtt #AGTxMQ#
20 3 * * * /jffs/AGT/BackupToNAS.sh #AGTxBU#
*/2 * * * * /etc/openvpn/server1/vpn-watchdog1.sh #CheckVPNServer1#
12 14 */7 * * service restart_letsencrypt #LetsEncrypt#
All except the "CheckVPNServer1" job disappeared.
I know pretty much when it happened as I have a Raspi plotting data from the send-cputemp-mqtt job and it complains when it misses data. There's nothing obvious in the syslog around that time to suggest anything unusual happened. They all came back fine on a reboot.
Any ideas what might have happened?
Or what to investigate if they disappear again?