~jamon/mojo/charm-testing-influxdb

« back to all changes in this revision

Viewing changes to charm-testing/pgbouncer/deploy

  • Committer: mergebot at canonical
  • Author(s): "Paul Gear"
  • Date: 2018-07-09 04:49:50 UTC
  • mfrom: (111.1.3 mojo-specs)
  • Revision ID: mergebot@juju-139df4-prod-is-toolbox-0.canonical.com-20180709044950-tsvlb1y0ulu9y8w3
Make nrpe options for post-xenial consistent

Reviewed-on: https://code.launchpad.net/~paulgear/mojo/mojo-specs/+merge/349109
Reviewed-by: Paul Collins <paul.collins@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
            charm: pgbouncer
12
12
        nrpe:
13
13
            charm: nrpe
14
 
            {% if series == "xenial" or series == "bionic" %}options:
15
 
                procs: '-w 200 -c 250'
16
 
                swap: '-w 90% -c 75% -n ok'{% endif %}
 
14
{%- if series != "trusty" %}
 
15
            options:
 
16
                procs: '-w 200 -c 250 -k'
 
17
                swap: '-w 90% -c 75% -n ok'
 
18
{%- endif %}
17
19
    relations:
18
20
       - ["postgresql", "nrpe:nrpe-external-master"]     
19
21
       - ["pgbouncer", "nrpe:nrpe-external-master"]