Subversion Repositories sysadmin_scripts

Rev

Rev 5 | Rev 134 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 128
Line 2... Line 2...
2
 
2
 
3
# run once an hour at some odd time
3
# run once an hour at some odd time
4
9 *     * * *     root   perl /path/to/mapSwitches.pl
4
9 *     * * *     root   perl /path/to/mapSwitches.pl
5
# run once daily to turn the YAML into a CSV for someone to read
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
6
12 12   * * *     root   perl /path/to/mapSwitchesShow.pl > /path/to/report.csv
-
 
7
# run once a day to turn the YAML into an HTML page
-
 
8
13 12   * * *     root   perl /path/to/mapSwitchesHTML.pl > /path/to/web/documentroot/mapswitches.html