使用gnocchi后dashboard不能获取监控数据
ceilometer使用gnocchi存储数据后,使用ceilometer meter-list出现410错误,同时dashboard也不能查询监控数据也是410错误。
DEBUG (v2) Making authentication request to http://10.211.55.12:5000/v2.0/tokens
DEBUG (connectionpool) "POST /v2.0/tokens HTTP/1.1" 200 4567
DEBUG (client) REQ: curl -g -i -X 'GET' 'http://10.211.55.12:8777/v2/meters' -H 'User-Agent: ceilometerclient.openstack.common.apiclient' -H 'X-Auth-Token: {SHA1}5e9657a33d5859b737f38eae556e3bcbe900f4fb'
INFO (connectionpool) Starting new HTTP connection (1): 10.211.55.12
DEBUG (connectionpool) "GET /v2/meters HTTP/1.1" 410 348
DEBUG (client) RESP: [410] {'Content-Length': '348', 'Keep-Alive': 'timeout=5, max=100', 'Server': 'Apache/2.4.7 (Ubuntu)', 'Connection': 'Keep-Alive', 'Date': 'Fri, 20 Nov 2015 09:16:41 GMT', 'Content-Type': 'application/json', 'x-openstack-request-id': 'req-e6a47fd6-138a-4321-ba21-5fe54c28f51b'}
DEBUG (client) RESP BODY: {"error_message": "<html>\n <head>\n <title>410 Gone</title>\n </head>\n <body>\n <h1>410 Gone</h1>\n This resource is no longer available. No forwarding address is given.<br /><br />\nThis telemetry installation is configured to use Gnocchi. Please use the Gnocchi API available on the metric endpoint to retrieve data.\n\n\n </body>\n</html>"}
有谁知道使用gnocchi后,dashboard如何获取监控数据?
add a comment