~aluria/+junk/charm-collectd-openstack

« back to all changes in this revision

Viewing changes to templates/default.tmpl

  • Committer: Alvaro Uría
  • Date: 2015-10-21 09:28:27 UTC
  • Revision ID: alvaro.uria@canonical.com-20151021092827-3eyl5elu92ftpov9
charm structure and simple config set-up

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Defaults for canonical-bootstack-collectd-exporter initscript
 
2
#
 
3
 
 
4
# Path under which to accept POST requests from collectd.
 
5
PUSH_PATH='{{ push_path }}'
 
6
# Address on which to expose metrics and web interface.
 
7
LISTEN_ADDR='{{ host }}:{{ port }}'
 
8
# Path under which to expose Prometheus metrics.
 
9
TELEMETRY_PATH='{{ telemetry_path }}'
 
10