~tcuthbert/mojo/mojo-specs-rt116682

« back to all changes in this revision

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