~hloeung/mojo/mojo-specs-manifest-initial-skip-checks

« back to all changes in this revision

Viewing changes to mojo-how-to/devel/services

  • Committer: mergebot at canonical
  • Author(s): "Haw Loeung"
  • Date: 2020-10-02 00:00:19 UTC
  • mfrom: (163.1.3 mojo-specs)
  • Revision ID: mergebot@juju-139df4-prod-is-toolbox-0.canonical.com-20201002000019-717watknijq4az0h
Fixed setting nagios_master as required

Latest changes in the nrpe charm (316db7ce / LP:1887106) now requires either nagios_master set or an external monitor relation. This causes CI to fail and eventually time out as it's stuck with the nrpe unit in 'blocked' state.

Reviewed-on: https://code.launchpad.net/~hloeung/mojo/mojo-specs-nrpe-nagios-master/+merge/391680
Reviewed-by: Alexandre Gomes <alexandre.gomes@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
                dest_dir: /srv/mojo
19
19
        nrpe:
20
20
            charm: nrpe
21
 
            {% if series == "xenial" %}options:
 
21
            options:
 
22
                nagios_master: nagios1.internal
 
23
            {% if series == "xenial" %}
22
24
                procs: '-w 150 -c 200'
23
25
                swap: '-w 90% -c 75% -n ok'{% endif %}