~hopem/charms/precise/ci-configurator/relations-cleanup

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/canonical_ci/nrpe.py

[hopem,r=wolsen]

synced ~canonical-ci/charm-helpers/trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
}
32
32
 
33
33
 
34
 
CONF_HEADER = "#"*80 + "\nThis file is Juju managed\n" + "#"*80 + '\n'
 
34
CONF_HEADER = "#" * 80 + "\n# This file is Juju managed\n" + "#" * 80 + '\n'
35
35
 
36
36
 
37
37
def nrpe_service_config(check_name, nagios_hostname, nagios_servicegroup):