| 123456789101112131415161718192021 |
- #under root
- #reconfigure nagios
- #16 * * * * root /etc/nagios/restart_nagios >/dev/null
- #refresh dnsmasq dhcp server config's
- #02 * * * * root /opt/Eye/scripts/update-dnsmasq
- #maybe any user
- #garbage trash
- 01 0 * * * eye /opt/Eye/scripts/garbage.pl
- #sync mikrotik cfg
- #03 * * * * eye /opt/Eye/scripts/sync_mikrotik.pl
- #passive scan network => 2 * arp_timeout (default min: 2 * 5m)
- */25 * * * * eye /opt/Eye/scripts/fetch_new_arp.pl
- #active scan network (with fping subnets before analyze)
- 20 10,13,19 * * * eye /opt/Eye/scripts/fetch_new_arp.pl 1
|