~tcuthbert/mojo/mojo-specs-rt116682

« back to all changes in this revision

Viewing changes to charm-testing/prometheus2/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:
63
63
                            skip_serial_number: true
64
64
        nrpe:
65
65
            charm: nrpe
66
 
            {% if series == "xenial" %}options:
67
 
                swap: '-w 90% -c 75% -n OK'{% endif %}
 
66
{% if series != "trusty" -%}
 
67
            options:
 
68
                procs: '-w 200 -c 250 -k'
 
69
                swap: '-w 90% -c 75% -n ok'
 
70
{% endif -%}
68
71
    relations:
69
72
        - ["telegraf:juju-info", "prometheus2:juju-info"]
70
73
        - ["telegraf:juju-info", "prometheus-pushgateway"]