Ignore:
Timestamp:
03/29/13 14:10:23 (11 years ago)
Author:
ramonb
Message:

jobarchived/jobarchived.conf:

  • added USER/PASSWORD for SQL

jobarchived/job_dbase.sql:

  • changed job primary key to varchar, due to job array ids
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4/jobarchived/jobarchived.conf

    r771 r775  
    22# Wether or not to run as a daemon in background
    33#
    4 DAEMONIZE                       : 1
     4DAEMONIZE                       : 0
    55
    66# Specify debugging level here (only when _not_ DAEMONIZE)
     
    1616# default: 0
    1717#
    18 DEBUG_LEVEL                     : 0
     18DEBUG_LEVEL                     : 1
    1919
    2020# Enable logging to syslog?
     
    5151# Syntax: [ "<clustername>", "<clustername>" ]
    5252#
    53 ARCHIVE_DATASOURCES             : "My Cluster"
     53ARCHIVE_DATASOURCES             : [ "My Cluster" ]
    5454
    5555# Amount of hours to store in one single archived rrd
     
    6969# Where to store the archived rrd's
    7070#
    71 ARCHIVE_PATH                    : /var/lib/jobarch
     71ARCHIVE_PATH                    : /data/jobarch
    7272
    7373# Archive's SQL dbase to use
     
    7676#
    7777JOB_SQL_DBASE                   : localhost/jobarchive
     78JOB_SQL_USER            : jobarchive
     79
     80#JOB_SQL_PASSWORD        :
    7881
    7982# Timeout for jobs in archive
Note: See TracChangeset for help on using the changeset viewer.