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

« back to all changes in this revision

Viewing changes to templates/failover.template

  • 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
*.*   @@master.private_address:10514
 
2
 
 
3
$ActionExecOnlyWhenPreviousIsSuspended on
 
4
{% for server in slaves %}
 
5
& @@{{server.private_address}}:10514
 
6
{% endfor %}
 
7
& /var/log/localbuffer
 
8
$ActionExecOnlyWhenPreviousIsSuspended off