Merge "Add local endpoint check in collectd" into stacklight

This commit is contained in:
Jenkins 2016-11-08 15:00:31 +00:00 committed by Gerrit Code Review
commit 2ff7c58a71
1 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,13 @@
{%- from "keystone/map.jinja" import server with context %}
local_plugin:
collectd_check_local_endpoint:
endpoint:
keystone-public-api:
expected_code: 300
url: "http://{{ server.bind.address|replace('0.0.0.0', '127.0.0.1') }}:{{ server.bind.public_port }}/"
keystone-admin-api:
expected_code: 300
url: "http://{{ server.bind.address|replace('0.0.0.0', '127.0.0.1') }}:{{ server.bind.private_port }}/"
remote_plugin:
openstack_keystone: