Changes between Version 17 and Version 18 of Documentation/Configuration


Ignore:
Timestamp:
05/24/13 12:53:12 (11 years ago)
Author:
ramonb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Configuration

    v17 v18  
    385385
    386386Normally this is a gmetad daemon's tcp_accept_channel
     387
     388=== ARCHIVE_DATASOURCES ===
     389
     390* required
     391* valid values: comma seperated list of (ganglia) cluster names
     392
     393Specifies which (Ganglia) clusters to store in the archive
     394
     395=== ARCHIVE_HOURS_PER_RRD ===
     396
     397* required
     398* valid values: any number (of hours)
     399
     400How big should archive RRD's be? This determines how often new RRD's are created in the archive
     401
     402=== ARCHIVE_EXCLUDE_METRICS ===
     403
     404* required
     405* default: (empty)
     406* valid values: a comma seperated list of (regexp) patterns
     407
     408Specifies any metrics to ignore and not store in the archive. Useful for
     409
     410=== ARCHIVE_PATH ===
     411
     412* required
     413* valid value: any existing directory
     414
     415Specifies where jobarchived should store archive RRD's.
     416
     417jobarchived will create: ARCHIVE_PATH/<cluster name>/<hostname>/<timeperiod
     418
     419=== JOB_SQL_DBASE ===
     420
     421* required
     422* valid value: <hostname>/<database>
     423 
     424Specifies which (Postgres) database to use to store jobs in.
     425
     426=== JOB_SQL_USER ===
     427
     428* required
     429* valid value: a postgres user with the correct database permissions
     430
     431Specifies which username to use when connecting to JOB_SQL_DBASE
     432
     433=== JOB_SQL_PASSWORD        :
     434
     435* required
     436* valid value: any text string
     437
     438Specifies which password to use when connecting to JOB_SQL_DBASE
     439
    387440
    388441== web ==