~pjdc/charms/trusty/wsgi-app/add-nagios-context

« back to all changes in this revision

Viewing changes to playbook.yml

  • Committer: Robin Winslow
  • Date: 2014-11-28 14:24:49 UTC
  • Revision ID: robin@robinwinslow.co.uk-20141128142449-0otw2l410fz646cp
Make http status work

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
    - role: nrpe-external-master
8
8
      check_name: check_http
9
 
      check_params: "-I 127.0.0.1 -p 8080 -e ' {{ nagios_http_status }}' -s '{{ nagios_index_content }}' -u '{{ nagios_index_path }}'"
 
9
      check_params: "-I 127.0.0.1 -p 8080 -e '{{ nagios_http_status }}' -s '{{ nagios_index_content }}' -u '{{ nagios_index_path }}'"
10
10
      service_description: "Verify wsgi-app is responding."
11
11
 
12
12
  tasks: