1808,17 → 1808,15 |
cat <<EOF > /etc/cron.d/alcasar-watchdog |
# 'alcasar-watchdog.sh' : run the "watchdog" (every 10') |
# 'alcasar-flush_ipset_wl.sh' : empty the IPSET of the whitelisted IP loaded dynamically with dnsmasq-whitelist hook (every sunday at 0:05 am) |
# 'alcasar-watchdog.sh --disconnect-permanent-users' : disconnect users with attribute "Alcasar-Status-Page-Must-Stay-Open" (daily --> see "cron.daily") |
# 'alcasar-watchdog-hl.sh' : (optionnaly) remove the IP 0.0.0.0 from chilli cache memory |
*/10 * * * * root $DIR_DEST_BIN/alcasar-watchdog.sh > /dev/null 2>&1 |
0 5 * * 0 root $DIR_DEST_BIN/alcasar-flush_ipset_wl.sh > /dev/null 2>&1 |
@daily root $DIR_DEST_BIN/alcasar-watchdog.sh --disconnect-permanent-users > /dev/null 2>&1 |
#* * * * * root $DIR_DEST_BIN/alcasar-watchdog-hl.sh > /dev/null 2>&1 |
EOF |
cat <<EOF > /etc/cron.d/alcasar-daemon-watchdog |
# start dead daemons (after boot process and every 20') |
# start dead daemons (after boot process and every 18') |
@reboot root $DIR_DEST_BIN/alcasar-daemon.sh > /dev/null 2>&1 |
*/20 * * * * root $DIR_DEST_BIN/alcasar-daemon.sh > /dev/null 2>&1 |
*/18 * * * * root $DIR_DEST_BIN/alcasar-daemon.sh > /dev/null 2>&1 |
EOF |
cat <<EOF > /etc/cron.d/alcasar-rsync-bl |
# Automatic update the BL (every 12 hours). The enabled categories are listed in '/usr/local/etc/update_cat.conf' (no sync if empty). |
1833,7 → 1831,7 |
@daily root $DIR_DEST_BIN/alcasar-letsencrypt.sh --cron > /dev/null 2>&1 |
EOF |
cat <<EOF > /etc/cron.d/alcasar-nfcapd-expire |
# Remove netflow files older than one year (daily --> see "cron.daily") |
# Remove netflow files older than one year |
@daily root /usr/bin/nfexpire -e /var/log/nfsen/profiles-data/live/alcasar_netflow -t 365d |
EOF |
# removing the users crons |