File: crontab.in

package info (click to toggle)
remstats 1.0.13a-6.3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,884 kB
  • ctags: 1,282
  • sloc: perl: 16,135; ansic: 2,776; sh: 1,056; makefile: 687
file content (34 lines) | stat: -rw-r--r-- 1,287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# crontab for remstats - things to do regularly
# $Id: crontab.in,v 1.4 2002/08/14 14:40:26 remstats Exp $
#
# The main remstats data collection
0,5,10,15,20,25,30,35,40,45,50,55 * * * * @@BINDIR@@/run-remstats2
#
# Force the page generation to run at least once a day
0 3 * * * /bin/touch @@CONFIGDIR@@
#
# Update the switch-port info once a day
# 5 3 * * * @@BINDIR@@/update-switch-ports
#
# Update the maximum limit on snmpif-* interfaces from SNMP info.  If all
# the interfaces never change, then run this once and disable it; if they're
# changing a lot you might want to do this more frequently, maybe as one of
# the pagemakers.
# 6 3 * * * @@BINDIR@@/snmpif-setspeed
#
# Update the RRD description from SNMP info.  This keeps remstats descriptions
# inline with your routers interface descriptions.  You may not want this.
# 7 3 * * * @@BINDIR@@/snmpif-description-updater
#
# Collect paths to everywhere
10 3 * * * @@BINDIR@@/do-traceroutes
#
# Collect images to make a movie of netflow.  This is only useful if you've
# made your own custom version of the netflow datapage.
# 0,5,10,15,20,25,30,35,40,45,50,55 * * * * @@BINDIR@@/collect-movie-image
#
# Clean up dead files
0 0 * * * @@BINDIR@@/remstats-cleanup
#
# Make backup of the data
4 0 * * * @@BINDIR@@/remstats-backup