"Fossies" - the Fresh Open Source Software Archive

Member "checksuite-3.3/checksuite.cron" (3 Jun 2010, 986 Bytes) of package /linux/privat/old/checksuite-3.3.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # This is the [checksuite] cron file. 
    2 # For more information, type 'man checksuite' or use a '-h' with the program.
    3 # Added all cron output to pipe to /dev/null for silence
    4 #
    5 # Every 5 Minutes...
    6 */5 * * * * root /usr/local/sbin/checkload -le >> /dev/null 2>&1
    7 
    8 # Every 10 Minutes...
    9 */10 * * * * root /usr/local/sbin/checkswap -le >> /dev/null 2>&1
   10 */10 * * * * root /usr/local/sbin/checksyn -l >> /dev/null 2>&1
   11 
   12 # Every 32 Minutes... (Necessary to avoid conflicts with other components)
   13 */32 * * * * root /usr/local/sbin/checkzombie -le >> /dev/null 2>&1
   14 
   15 # Every 60 Minutes...
   16 */60 * * * * root /usr/local/sbin/checkdisk -le >> /dev/null 2>&1
   17 */60 * * * * root /usr/local/sbin/checkinodes -le >> /dev/null 2>&1
   18 
   19 # Everyday at 2am...
   20 0 2 * * * root /usr/local/sbin/checkhardware -le >> /dev/null 2>&1
   21 
   22 # Everyday at 3am...
   23 0 3 * * * root /usr/local/sbin/checklinks -qle >> /dev/null 2>&1
   24 
   25 # Every Sunday at 12am...
   26 0 0 * * 0 root /usr/local/sbin/checksecurity -le >> /dev/null 2>&1