# Example for hourly discovery (skipping modules, vlans and IF IPs)
# and config verbose backup at midnight (skipping arp and forwarding tables)
#0 1-23 * * *	/usr/lib64/nedi/nedi.pl -Aall -Smvj > /var/log/nedi/nedi-`date +\%H`.run 2>&1
#0 0    * * *	/usr/lib64/nedi/nedi.pl -B5 -Aall -SAF > /var/log/nedi/nedi-00.bup 2>&1

# or 5 min interval (for very small networks)
#*/5 * * * *	/usr/lib64/nedi/nedi.pl -p -Smvj > /var/log/nedi/nedi-`date +\%H\%M`.run 2>&1
#3   0 * * *	/usr/lib64/nedi/nedi.pl -b -A 'login !=""' -SAFGgadobwitup > /var/log/nedi/nedi-0003.bup 2>&1

# Run netflow policer every 5 min (but delay 2 mins, to make sure writing current data has finished)
*/5 * * * *	sleep 30;/var/nedi/flowi.pl 2>&1

# update node IPs with arpwatch 4 times a day (3 minutes before discovery starts)
# 57 */6 * * *      /usr/lib64/nedi/nedi.pl -N arpwatch

# weekly statistic Mondays 6:00 as a chat message
#0 6 * * 1      /var/nedi/stati.pl

# monthly DB cleanup on the 1st at 1:00 with output in /var/log/nedi
#0 1 1 * *	/var/nedi/inc/nedio_db_maintenance.sh /etc/nedi/nedi.conf /var/log/nedi/nedi-dbcleanup
