Rev 5 | Rev 134 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# /etc/cron.d/mapswitches: crontab to map network switches
# run once an hour at some odd time
9 * * * * root perl /path/to/mapSwitches.pl
# run once daily to turn the YAML into a CSV for someone to read
12 12 * * * root perl /path/to/mapSwitchesShow.pl > /path/to/report.csv
# run once a day to turn the YAML into an HTML page
13 12 * * * root perl /path/to/mapSwitchesHTML.pl > /path/to/web/documentroot/mapswitches.html