# Netdisco - crontab
#       This is the crontab for the netdisco user
#       Output is found in /data/netdisco/logs
# $Id: netdisco.crontab,v 1.7 2004/12/05 02:14:26 maxbaker Exp $

#MAILTO=max
PATH=/bin:/usr/bin:/usr/local/bin:/usr/lib/netdisco

# -- Weekly --

# Walk network for new devices once a week (Wed @ 14:00)
# 0 14  * * 3   netdisco    [ -f /etc/netdisco/netdisco.conf ] && /usr/bin/netdisco -b -r FIXME_a_device_FIXME

# -- Daily --

# Backup at 1am every day
# 0 1     * * *   netdisco    [ -f /etc/netdisco/netdisco.conf ] && /usr/bin/netdisco -b -B

# Restart admin panel daemon nightly
# 0 2   * * *   netdisco    [ -f /etc/netdisco/netdisco.conf ] && /usr/bin/netdisco -p restart

# Refresh Devices at 9:00 every day
# 0 9     * * *   netdisco    [ -f /etc/netdisco/netdisco.conf ] && /usr/bin/netdisco -b -R

# -- Hourly --

# Arp Nip every hour on the half hour
# 30 *    * * *   netdisco    [ -f /etc/netdisco/netdisco.conf ] && /usr/bin/netdisco -b -a 

# Mac Suck every 2 hours
# 0 */2   * * *   netdisco    [ -f /etc/netdisco/netdisco.conf ] && /usr/bin/netdisco -b -m 

# Grab NetBios Info from Nodes three times a day
# 0 8,13,21     * * *   netdisco    [ -f /etc/netdisco/netdisco.conf ] && /usr/bin/netdisco -b -w
