I don’t think my cron job is working .
I have this in cron:
0 */5 * * * /etc/iptables/abuseipdb.sh
I started it yesterday and looked at abuseipdb this morning. It shows this:
Your APIv2 Daily Request Limits
Endpoint Usage / Daily Limit Utilization Rate
blacklist 0 / 5 0%
bulk-report 0 / 5 0%
check 0 / 1,000 0%
check-block 0 / 100 0%
clear-address 0 / 5 0%
report 0 / 1,000 0%
reports 0 / 100 0%
Is there a way to know it is trying to run?
Would that be shown in the journalctl?
Thanks