Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2 |
rodolico |
1 |
# /etc/cron.d/mapswitches: crontab to map network switches
|
|
|
2 |
|
|
|
3 |
# run once an hour at some odd time
|
|
|
4 |
9 * * * * root perl /path/to/mapSwitches.pl
|
5 |
rodolico |
5 |
# run once daily to turn the YAML into a CSV for someone to read
|
|
|
6 |
12 12 * * * root perl /path/to/mapSwitchesShow.pl > /path/to/report.csv
|