~cprov/charms/trusty/tanuki-spec-manager/servicegroups

« back to all changes in this revision

Viewing changes to hooks/services.py

  • Committer: Tanuki Bot
  • Author(s): Samuele Pedroni (Canonical Services Ltd.)
  • Date: 2015-08-04 15:44:15 UTC
  • mfrom: (14.1.4 tanuki-spec-manager-charm)
  • Revision ID: tanuki_bot-20150804154415-p4llu121e8lrpp7m
nagios (nrpe) support [r=Guillermo Gonzalez, Celso Providelo]

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
                    target='/etc/init/spec-manager.conf'),
30
30
                actions.write_db_config,
31
31
                actions.log_start,
 
32
                actions.nrpe_external_master_relation,
32
33
            ],
33
34
        },
34
35
    ])