~johnsca/charms/trusty/rsyslog-forwarder-ha/cwr

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Jorge Niedbalski R.
  • Date: 2014-04-25 22:18:46 UTC
  • Revision ID: jorge.niedbalski@canonical.com-20140425221846-4pi72asyjdyncxme
[charm] initial import of new forwarder-ha charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  log-locally:
 
3
    type: boolean
 
4
    default: false
 
5
    description: Should logs be written locally as well as forwarded?
 
6
  replication-mode:
 
7
    type: string
 
8
    default: fanout
 
9
    description: Possible options are 'fanout' or 'failover' fanout replicates the log messages over all the defined syslog relations, failover replicates the log messages just if the previous server is down.