~verterok/charms/trusty/telegraf/fix-apt-install

« back to all changes in this revision

Viewing changes to hooks/services.py

  • Committer: Guillermo Gonzalez
  • Date: 2016-03-31 13:28:55 UTC
  • mfrom: (15.1.2 proper-templates)
  • Revision ID: guillermo.gonzalez@canonical.com-20160331132855-261tohd3h15wqwx8
[r=noise] Support telegraf updates, use jinja templates for plugin templates and add extra_options config to be able to fine tune each plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
            'required_data': [
16
16
            ],
17
17
            'data_ready': [
 
18
                actions.update_telegraf,
18
19
                actions.render_config,
19
20
                actions.elasticsearch_input,
20
21
                actions.mongodb_input,