~canonical-launchpad-branches/charms/trusty/rutabaga/devel

« back to all changes in this revision

Viewing changes to hooks/rutabaga_helpers.py

  • Committer: Colin Watson
  • Date: 2016-03-30 17:19:19 UTC
  • Revision ID: cjwatson@canonical.com-20160330171919-0m4pdnaar8odd5v9
Create the nagios user ourselves; relating to nrpe-external-master may not be possible since it renders the host_name in /var/lib/nagios/export/host__* non-deterministic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
            'rutabaga_api_port': config['port_api'],
14
14
        }
15
15
        return data
16
 
 
17
 
 
18
 
class NrpeRelation(helpers.RelationContext):
19
 
    name = 'nrpe-external-master'
20
 
    interface = 'nrpe-external-master'