Friday, 2015-01-30

*** ddieterly has quit IRC00:05
*** ericpeterson has quit IRC00:12
*** dschroeder has quit IRC00:58
*** ddieterly has joined #openstack-monasca01:16
*** ddieterly has quit IRC01:21
*** amalagon has quit IRC02:00
*** ddieterly has joined #openstack-monasca02:28
*** ddieterly has quit IRC02:32
*** ddieterly has joined #openstack-monasca02:33
*** amalagon has joined #openstack-monasca03:11
*** amalagon has quit IRC03:15
*** sanjayu has joined #openstack-monasca04:04
*** amalagon has joined #openstack-monasca05:01
*** garyh has quit IRC05:09
*** garyh has joined #openstack-monasca05:40
*** Miouge has joined #openstack-monasca07:31
*** amalagon has quit IRC08:25
*** amalagon has joined #openstack-monasca08:25
*** Miouge has quit IRC11:56
*** Miouge has joined #openstack-monasca12:01
htrutaddieterly: just arrived. Are you there?12:18
ddieterlyhtruta: yeah, i'm here13:46
htrutaddieterly: so, answering roland's question13:50
htrutayou are using "mini-mon" user, right?13:50
ddieterlyyes13:51
htrutaby default, mini-mon has two roles: _member_ and monasca-user13:51
ddieterlyyes13:51
htrutacurrently, we don't check in which project (or tenant as you want) these roles are attributed13:52
*** th_ has joined #openstack-monasca13:52
ddieterlythe role is not being set13:52
htrutaso, you just need to put either "_member_" or "monasca-user" in default_authorized_roles13:52
htrutaand you'll be able to access monasca-api with mini-mon13:52
ddieterlyi thought i did that13:53
htrutaor you can grant mini-mon an admin role13:53
htrutait worked here with: default_authorized_roles = admin,monasca-user13:53
ddieterlylet me try that13:54
htrutahave you restarted monasca-api after updated the .conf?13:54
ddieterlyHTTP/1.0 401 Unauthorized13:56
ddieterlyDate: Fri, 30 Jan 2015 13:55:36 GMT13:56
ddieterlyServer: WSGIServer/0.1 Python/2.7.813:56
ddieterlyWWW-Authenticate: Keystone uri='http://192.168.10.5:35357'13:56
ddieterlyContent-type: text/plain13:56
ddieterlyContent-Length: 2313:56
ddieterlyyes, i restarted the api13:56
ddieterly[security]13:56
ddieterly# The roles that are allowed full access to the API.13:56
ddieterlydefault_authorized_roles = admin,monasca-user13:56
ddieterly# The roles that are allowed to only POST metrics to the API. This role would be used by the Monasca Agent.13:56
ddieterlyagent_authorized_roles = monasca-agent13:56
ddieterly# The roles that are allowed to access the API on behalf of another tenant.13:57
ddieterly# For example, a service can POST metrics to another tenant if they are a member of the "delegate" role.13:57
ddieterlydelegate_authorized_roles = admin13:57
ddieterlyare those settings correct?13:59
ddieterlyhtruta: ^^13:59
htrutalooks like they are13:59
htrutahow are you calling the api? curl?14:00
htrutaI think your token has expired... this Unauthorized might be from keystonemiddleware14:02
*** LeanReox has joined #openstack-monasca14:08
ddieterlyyeah, forgot to get a new token...14:14
ddieterlyhtruta: still getting this14:18
ddieterly{14:18
ddieterly    "title": "Forbidden",14:18
ddieterly    "description": "Tenant ID is missing a required role to access this service"14:18
ddieterly}14:18
ddieterlyi'm using pycharm rest tool14:18
ddieterlyi use it all the time14:18
htrutahow is your request body?14:20
*** openstackstatus has joined #openstack-monasca14:21
*** ChanServ sets mode: +v openstackstatus14:21
htrutato get the token14:21
htrutathis is what I'm using to get the token: http://paste.openstack.org/show/164168/14:22
htrutawhere the user id is from the mini-mon user and the project is from mini-mon project14:23
ddieterlyi'm driving in to the office now. will be back online later.14:24
*** ddieterly has quit IRC14:24
-openstackstatus- NOTICE: zuul isn't running jobs since ~10:30 utc, investigation underway14:25
*** ChanServ changes topic to "zuul isn't running jobs since ~10:30 utc, investigation underway"14:25
*** theresa_ has joined #openstack-monasca14:29
*** th_ has quit IRC14:30
*** th_ has joined #openstack-monasca14:32
*** theresa_ has quit IRC14:35
*** sanjayu has quit IRC14:38
*** th_ has quit IRC14:47
*** th_ has joined #openstack-monasca14:48
*** ddieterly has joined #openstack-monasca14:57
*** rbak has joined #openstack-monasca15:01
ddieterlyroot@mini-mon:/vagrant/tests# keystone --os-auth-url http://192.168.10.5:35357/v2.0 token-get15:01
ddieterly+----------+----------------------------------+15:01
ddieterly| Property |              Value               |15:01
ddieterly+----------+----------------------------------+15:01
ddieterly| expires  |       2015-01-30T16:01:07Z       |15:01
ddieterly|    id    | f749dc2ce2a3400e9b99a500df119322 |15:01
ddieterly| user_id  | 9ee6eadb360341ddb32ad4904b68c0af |15:01
ddieterly+----------+----------------------------------+15:01
ddieterlyhtruta: i get the x-auth-token and then place that in a header field of the request15:03
ddieterlydeklans-macbook-pro:monasca-api dieterlyd$ cat notification-methods-request.xml15:06
ddieterly<RestClientRequest>15:06
ddieterly  <option name="biscuits">15:06
ddieterly    <list />15:06
ddieterly  </option>15:06
ddieterly  <option name="httpMethod" value="GET" />15:06
ddieterly  <option name="urlBase" value="http://localhost:9000" />15:06
ddieterly  <option name="urlPath" value="/v2.0/notification-methods" />15:06
ddieterly  <option name="headers">15:06
ddieterly    <list>15:06
ddieterly      <KeyValuePair>15:06
ddieterly        <option name="key" value="Accept" />15:06
ddieterly        <option name="value" value="*/*" />15:06
ddieterly      </KeyValuePair>15:06
ddieterly      <KeyValuePair>15:06
ddieterly        <option name="key" value="Cache-Control" />15:06
ddieterly        <option name="value" value="no-cache" />15:06
ddieterly      </KeyValuePair>15:06
ddieterly      <KeyValuePair>15:07
ddieterly        <option name="key" value="Content-Type" />15:07
ddieterly        <option name="value" value="application/json" />15:07
ddieterly      </KeyValuePair>15:07
ddieterly      <KeyValuePair>15:07
ddieterly        <option name="key" value="X-Auth-Token" />15:07
ddieterly        <option name="value" value="f749dc2ce2a3400e9b99a500df119322" />15:07
ddieterly      </KeyValuePair>15:07
ddieterly    </list>15:07
ddieterly  </option>15:07
ddieterly  <option name="parameters">15:07
ddieterly    <list />15:07
ddieterly  </option>15:07
ddieterly  <option name="parametersEnabled" value="true" />15:07
ddieterly  <option name="haveTextToSend" value="false" />15:07
ddieterly  <option name="haveFileToSend" value="false" />15:07
ddieterly  <option name="isFileUpload" value="false" />15:07
ddieterly  <option name="textToSend" value="" />15:07
ddieterly  <option name="filesToSend" value="" />15:07
ddieterly</RestClientRequest>deklans-macbook-pro:monasca-api dieterlyd$15:07
ddieterlyhtruta: did you use mini-mon to try this?15:09
ddieterlyhtruta: this is what is returned from keystone15:40
ddieterly{u'token': {u'methods': [u'password', u'token'], u'expires_at': u'2015-01-30T16:33:21.000000Z', u'extras': {}, u'user': {u'domain': {u'id': u'default', u'name': u'Default'}, u'id': u'9ee6eadb360341ddb32ad4904b68c0af', u'name': u'mini-mon'}, u'audit_ids': [u'_3zvvzlcS7W94m9HH7OirA'], u'issued_at': u'2015-01-30T15:33:21.782454'}}15:40
ddieterlythere is no role info15:40
ddieterlyhtruta: seeing this in the console15:45
ddieterly015-01-30 08:01:59.350 9716 WARNING keystonemiddleware.auth_token [-] Configuring auth_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint15:45
htrutaddieterly: I get this same message too15:53
htrutacan you send your request body?15:53
ddieterlythere is nothing in the request body15:54
htrutaat the point you get the "Tenant ID is missing a required role to access this service" message, keystonemiddleware has already validated the token15:54
*** dschroeder has joined #openstack-monasca15:55
htrutathe body you send to get the token, I mean15:55
htrutaI get the token with a POST http://192.168.10.5:35357/v3/auth/tokens15:56
htrutawith this body: http://paste.openstack.org/show/164168/15:56
ddieterlyi'm getting the token using this: keystone --os-auth-url http://192.168.10.5:35357/v2.0 token-get15:58
ddieterlyi'm using v215:58
htrutahm... that might be the problem15:59
htrutacan you try v3?15:59
htrutakeystone CLI only works with v2.016:02
*** ddieterly has quit IRC16:02
*** ddieterly has joined #openstack-monasca16:07
htrutato get a v3 token from the CLI, you must use OS client16:07
htrutajust do:16:07
htrutavagrant@devstack:~/devstack$ source openrc mini-mon mini-mon16:08
htrutavagrant@devstack:~/devstack$ export OS_PASSWORD=password16:08
htrutavagrant@devstack:~/devstack$ openstack token issue16:08
htrutaand you'll get your v3 token working16:08
ddieterlyok16:08
htrutaI guess keystone v2 is (or will be in a short future) deprecated16:10
htrutaso, we should focus on v316:10
ddieterlywhat dir are you in?16:10
htruta~/devstack in the devstack VM16:11
*** ChanServ changes topic to "OpenStack Monitoring as a Service | https://wiki.openstack.org/wiki/Monasca"16:13
-openstackstatus- NOTICE: zuul is running again and changes have been reenqueud. seehttp://status.openstack.org/zuul/ before rechecking if in doubt16:13
ddieterlythat worked16:14
htrutacool16:14
htrutaI think I should provide a better explanation on how to use that...16:14
ddieterlyhowever, if you look at the env we're using, it is setup to use v2.016:15
ddieterlyOS_IDENTITY_API_VERSION=2.016:15
ddieterlyOS_AUTH_URL=http://192.168.10.5:5000/v2.016:15
htrutawhere is it?16:15
ddieterlyvagrant@devstack:~/devstack$ env16:15
ddieterlyand in the monasca.conf file16:16
*** rbak has quit IRC16:16
*** rbak has joined #openstack-monasca16:17
htrutathe v2 in monasca file refers to monasca api v2, doesn'it?16:17
ddieterlyno, it's not in the monasca.conf file16:17
ddieterlyyeah, my mistake16:17
htrutawhen you ran the openerc command i sent you, this should be the property you get: OS_AUTH_URL=http://192.168.10.5:35357/v3/16:18
htrutawhen you  do 'env'16:18
ddieterly# Authenticating against an OpenStack cloud using Keystone returns a **Token**16:21
ddieterly# and **Service Catalog**.  The catalog contains the endpoints for all services16:21
ddieterly# the user/tenant has access to - including nova, glance, keystone, swift, ...16:21
ddieterly# We currently recommend using the 2.0 *identity api*.16:21
ddieterly#16:21
ddieterlyafter i do 'source openrc mini-mon mini-mon' i get OS_IDENTITY_API_VERSION=2.0 in the env16:22
ddieterlyi'll have to talk to criag about this16:23
htrutayeah... you're right16:24
htrutaif you do: "openstack --debug token issue", you'll see that it has called keystone v2.016:24
htrutaso, it works on v2.0 too16:25
htrutanow I see the diffence16:25
ddieterlyso, this is how i've been getting an x-auth-token16:25
ddieterlyroot@mini-mon:/etc/monasca# keystone --os-auth-url http://192.168.10.5:35357/v2.0 token-get16:25
ddieterly+----------+----------------------------------+16:25
ddieterly| Property |              Value               |16:25
ddieterly+----------+----------------------------------+16:25
ddieterly| expires  |       2015-01-30T17:25:24Z       |16:25
ddieterly|    id    | bdad215943a746ccb0f7f7703057ce49 |16:25
ddieterly| user_id  | 9ee6eadb360341ddb32ad4904b68c0af |16:26
ddieterly+----------+----------------------------------+16:26
ddieterlyusing that token does not work with your new code16:26
ddieterlywhen i get a token with the way you describe, it works16:26
htrutathe problem is that this token is not correctly scoped16:26
ddieterlyso, am i doing it wrong or is the code you submitted not configured correct?16:27
htrutado it now16:27
ddieterlydo what now?16:28
htrutaI just did keystone --os-auth-url http://192.168.10.5:35357/v2.0 token-get16:28
htrutaand the token worked16:28
htrutathis should be becaus it is passing the tenant from mini-mon16:28
htrutaafter we did openrc16:28
*** Miouge has quit IRC16:29
ddieterlyi get the same 40116:29
ddieterlylet me restart api...16:29
htrutahttp://paste.openstack.org/show/164223/16:30
htrutadid you get the tenant_id column?16:30
ddieterlystill 40116:30
ddieterlyno16:31
htrutaI mean, in the response of token-get16:31
htrutaas in the paste I sent16:31
ddieterlyroot@mini-mon:/etc/monasca# keystone --os-auth-url http://192.168.10.5:35357/v2.0 token-get16:31
ddieterly+----------+----------------------------------+16:31
ddieterly| Property |              Value               |16:31
ddieterly+----------+----------------------------------+16:31
ddieterly| expires  |       2015-01-30T17:31:12Z       |16:31
ddieterly|    id    | fcce90e026424f129dfa399543fa8a01 |16:31
ddieterly| user_id  | 9ee6eadb360341ddb32ad4904b68c0af |16:31
ddieterly+----------+----------------------------------+16:31
htrutacheck this:16:32
htrutahttp://paste.openstack.org/show/164224/16:32
*** amalagon has quit IRC16:32
htrutathis is right after I logged in devstack VM16:33
htrutaso, the first token-get does not work16:33
htrutabut the second does16:33
*** amalagon has joined #openstack-monasca16:33
htrutamy monasca.conf: default_authorized_roles = monasca-user,admin16:34
htrutathe problem is that the token was not correctly scoped, that's why you don't get the tenant_id column16:37
*** amalagon has quit IRC16:37
ddieterlyi have monasca-user,admin16:37
ddieterlyno, i have admin,monasca-user16:38
htrutadid it work? the problem is all in the token16:40
ddieterlywhat is the solution?16:40
ddieterlyno, it did not work16:40
htrutawhen you do openrc mini-mon mini-mon you explicitely say that you want a token for the mini-mon tenant16:41
htrutawhich the mini-mon user has two roles: monasca-user and _member_16:41
ddieterlyvagrant@devstack:~/devstack$ keystone --os-auth-url http://192.168.10.5:35357/v2.0 token-get16:41
ddieterlyInvalid user / password (Disable debug mode to suppress these details.) (HTTP 401)16:41
ddieterlyvagrant@devstack:~/devstack$ keystone --os-auth-url http://192.168.10.5:35357/v2.0 token-get16:41
ddieterlyInvalid user / password (Disable debug mode to suppress these details.) (HTTP 401)16:41
htrutado:16:41
htrutaexport OS_PASSWORD=password16:41
ddieterlyroot@mini-mon:/vagrant/tests# cat env.sh16:42
ddieterly# Environment variables for use with python-monascaclient running via monaca-vagrant16:42
ddieterlyexport OS_USERNAME=mini-mon16:42
ddieterlyexport OS_PASSWORD=password16:42
ddieterlyexport OS_PROJECT_NAME=mini-mon16:42
ddieterlyexport OS_AUTH_URL=http://192.168.10.5:35357/v3/16:42
ddieterlythat's what we normally use16:42
*** craigbr has joined #openstack-monasca16:42
ddieterlyinteresting, it has v316:42
ddieterlywe do that from mini-mon16:43
ddieterlythen we do this to get a token16:44
ddieterlyroot@mini-mon:/vagrant/tests# keystone --os-auth-url http://192.168.10.5:35357/v2.0 token-get16:44
ddieterly+----------+----------------------------------+16:44
ddieterly| Property |              Value               |16:44
ddieterly+----------+----------------------------------+16:44
ddieterly| expires  |       2015-01-30T17:44:15Z       |16:44
ddieterly|    id    | 07d0ac8b0f364eeb977d8145bfc3b2dc |16:44
ddieterly| user_id  | 9ee6eadb360341ddb32ad4904b68c0af |16:44
ddieterly+----------+----------------------------------+16:44
ddieterlyare you doing everything from devstack host?16:44
*** Miouge has joined #openstack-monasca16:47
htrutaI was16:48
htrutabut it should work on mini-mon too16:48
htrutalet me see16:49
htrutaok. got it16:51
htrutathe problem is that v2 has tenants and v3 has projects16:51
htrutaso, as you want to user v2, you must set export OS_TENANT_NAME=mini-mon16:51
htrutaand when you get the token, it will be scoped to the mini-mon project/tenant16:52
htrutato use v2*16:53
ddieterlylet me try that16:53
ddieterlyroot@mini-mon:/vagrant/tests# keystone --os-auth-url http://192.168.10.5:35357/v2.0 token-get16:54
ddieterlyUser 9ee6eadb360341ddb32ad4904b68c0af is unauthorized for tenant mini-mon (Disable debug mode to suppress these details.) (HTTP 401)16:54
htrutais 9ee6eadb360341ddb32ad4904b68c0af mini-mon?16:54
htrutaexport OS_USERNAME=mini-mon16:54
htrutaexport OS_PASSWORD=password16:54
ddieterlyyeah, that's the user_id16:54
*** amalagon has joined #openstack-monasca16:54
htrutathat's weird16:55
*** craigbr has quit IRC16:55
htrutaI just did that: http://paste.openstack.org/show/164230/16:56
htrutaand the second token-get workd16:57
ddieterlycraig is looking at it17:06
htrutaok17:07
htrutabut it's all about getting a right scoped token17:07
*** craigbr has joined #openstack-monasca17:08
*** ericpeterson has joined #openstack-monasca17:10
LeanReoxcraigbr, i can confirm that the patch is working like a charm monasca-ceilometer posting metrics like a boss17:23
*** ddieterly has quit IRC17:25
*** craigbr has quit IRC17:26
*** ddieterly has joined #openstack-monasca17:27
*** ddieterly has quit IRC17:27
*** ddieterly has joined #openstack-monasca17:27
*** craigbr has joined #openstack-monasca17:28
craigbrLeanReox: Cool. Can you +1 https://review.openstack.org/151345 to show you are happy with it?17:29
*** ddieterly has quit IRC17:30
craigbrAthough I was just talking to a team mate and the API is being overly restrictive in terms of what it will accept.17:30
craigbrCurrently, it won't allow unicode and that is not good.17:30
craigbrWe will probably be updating the allowed characters and then we will have to update monclient.py again17:30
*** dlfryar_ has joined #openstack-monasca17:31
LeanReoxill do17:37
LeanReoxcraigbr, i saw the comment on the code17:37
LeanReoxno problems, ill add all the metrics that ceilometer pushes from the "*" meter, to the monasca publisher17:38
LeanReoxto check if any other metric post fails17:38
craigbrLeanReox: Thanks17:38
LeanReoxcraigbr, +1 on the code review done17:54
*** ddieterly has joined #openstack-monasca17:54
craigbrGreat. Thanks17:56
*** shaneduan has quit IRC18:08
*** pdm has quit IRC18:08
*** stackedsax has quit IRC18:09
*** ddieterly has quit IRC18:09
*** pdm has joined #openstack-monasca18:09
*** dlfryar_ has quit IRC18:12
*** shaneduan has joined #openstack-monasca18:13
*** stackedsax has joined #openstack-monasca18:13
*** craigbr has quit IRC18:23
*** ddieterly has joined #openstack-monasca18:27
ddieterlyhtruta: we got it working with OS_TENANT_NAME=mini-mon18:27
htrutav2?18:32
-openstackstatus- NOTICE: Gerrit and Zuul will be offline from 1900 to 1930 UTC for project renames18:43
*** craigbr has joined #openstack-monasca18:49
*** craigbr has quit IRC18:50
htrutaddieterly: I havent't tested it with v2. That's good news, then18:54
openstackgerritJoe Keen proposed stackforge/monasca-notification: Notification engine refactored from many processes to one  https://review.openstack.org/15173618:59
LeanReoxddieterly, is there any chance that a metric that its collected and printed in the collector.log on the agent is not getting posted to the monasca api ?19:01
LeanReoxcause i dont see it on the forwarder.log on the same agent19:01
*** theresa_ has joined #openstack-monasca19:02
openstackgerritJoe Keen proposed stackforge/monasca-notification: Notification engine refactored from many processes to one  https://review.openstack.org/15102219:03
*** ther4011__ has joined #openstack-monasca19:04
*** th_ has quit IRC19:05
*** theresa_ has quit IRC19:07
-openstackstatus- NOTICE: Gerrit and Zuul are offline until 1930 UTC for project renames19:08
*** ChanServ changes topic to "Gerrit and Zuul are offline until 1930 UTC for project renames"19:08
*** craigbr has joined #openstack-monasca19:20
ddieterlyLeanReox: it's possible19:25
ddieterlythere could be a bug in the agent19:25
LeanReoxddieterly, but its the net.* metrics19:25
LeanReoxand where working like a charm19:25
*** th_ has joined #openstack-monasca19:26
LeanReoxnow i have a warning ->  Metric net.in_errors has an interval of 0. Not flushing.19:26
ddieterlyhtruta: v219:26
ddieterlyLeanReox: yeah, there's a problem in the agent19:26
ddieterlythe agent is probably the most problematic component19:27
LeanReoxddieterly, any chance to solve this without rebooting ?19:27
ddieterlyno19:27
LeanReoxddieterly, why the "Not flushing error" suddenly appears ?19:28
ddieterlyyou mean restart the agent, right?19:28
LeanReoxno no ... i restarted the agent19:28
LeanReoxbut ... still the same19:28
LeanReoxthese metrics dont get posted19:28
LeanReoxbut get "colleted" i see them on the collector.log19:28
*** ther4011__ has quit IRC19:29
LeanReoxthe only thing i see on the logs regarding the problematic metrics is  Metric net.in_packets has an interval of 0. Not flushing.19:29
LeanReoxddieterly, any thoughts ?19:30
*** ChanServ changes topic to "OpenStack Monitoring as a Service | https://wiki.openstack.org/wiki/Monasca"19:30
-openstackstatus- NOTICE: Gerrit is back online19:30
ddieterlytim kuhlman is the person to ask19:32
ddieterlyhe's at lunch now19:32
LeanReoxis th_  here ?19:33
th_hi19:33
LeanReoxddieterly, the weirdest thing is that if activate the "track connection state" .... i see that metrics, and are from the SAME PLUGIN :S19:34
LeanReoxddieterly, whats his irc user ?19:34
ddieterlydunno19:35
ddieterlyas soon as he's back, i'll poke him19:35
LeanReoxthank ddieterly19:35
ddieterlygaryh can help you too19:35
LeanReoxgaryh, can you lend me a hand on that19:39
LeanReoxgaryh, it seems that theres no difference between sample2 and 1 , and im getting a  "has an interval of 0. Not flushing"19:39
LeanReoxother metrics, also from the same plugin like net.tcp4_listening19:40
LeanReoxare getting posted just fine19:40
garyhLeanReox There have been quite a few changes to the agent lately.  I’ll look and see if I can found out what changed that might cause this.19:40
LeanReoxi redeployed fresh today, last week those metrics were working just fine garyh19:41
garyhOk19:43
LeanReoxgaryh, http://pastebin.com/CuvstdM319:43
*** tkuhlman has joined #openstack-monasca19:44
LeanReoxadded a couple of debugs on the network.py , the network.py its doing his job just fine19:45
LeanReoxbut when you run monasca-collector -v check_all19:45
garyhLeamRox I think it is related to an issue with rate related metrics not getting through that we just started seeing.  Looking into it.19:45
LeanReoxnetwork return just empy garyh19:45
LeanReoxgreat :)19:45
garyhLeanRox Try running sudo python /usr/local/bin/monasca-collector info on your box.  Right now mine returns Collected 0 metrics & 0 events for the network plugin.19:47
openstackgerritGary Hessler proposed stackforge/monasca-agent: Adding apache web server monitoring for OpenStack  https://review.openstack.org/15175019:52
LeanReoxgaryh, same on mine ...19:52
LeanReoxworking last week19:52
LeanReoxif you activate the "collect connection status" that uses the same plugin network.py19:52
LeanReoxthat metrics are added and work fine garyh19:53
garyhHmm, Ok.19:53
LeanReoxgaryh, i mean the metrics from the netstat of course19:53
garyhGot it.19:54
LeanReoxgaryh, network metrics like net-in.bytes etc19:54
LeanReoxnot posted19:54
*** ddieterly has quit IRC19:54
LeanReoxmaybe the timestamp is override in someplace, and thats why " net.in_packets / bytes/ erros has an interval of 0. Not flushing" appears19:55
*** ddieterly has joined #openstack-monasca19:55
LeanReoxgaryh, let me know if you guys find something, ill take a look to it too20:03
garyhLeanRox Ok20:03
*** theresa_ has joined #openstack-monasca20:05
*** openstackgerrit has quit IRC20:06
*** openstackgerrit has joined #openstack-monasca20:07
*** th_ has quit IRC20:09
*** tkuhlman has quit IRC20:14
*** theresa_ has quit IRC20:23
*** ddieterl_ has joined #openstack-monasca20:26
*** ddieterly has quit IRC20:26
*** theresa_ has joined #openstack-monasca20:27
*** craigbr has quit IRC20:58
LeanReoxgaryh, any findings ?20:59
garyhLeanReox Nothing so far.21:00
LeanReoxgaryh, ok, ill try rebooting the compute in the meantime to check if something chances21:00
LeanReoxchanges21:00
*** th_ has joined #openstack-monasca21:05
*** theresa_ has quit IRC21:09
*** th_ has quit IRC21:12
*** theresa_ has joined #openstack-monasca21:27
*** th_ has joined #openstack-monasca21:30
*** ddieterl_ has quit IRC21:31
*** theresa_ has quit IRC21:33
*** ddieterly has joined #openstack-monasca21:49
*** craigbr has joined #openstack-monasca22:02
*** craigbr has quit IRC22:04
*** craigbr has joined #openstack-monasca22:05
*** ericpeterson has quit IRC22:07
*** amalagon has quit IRC22:16
openstackgerritMerged stackforge/monasca-agent: Changed it so you have to explicitly choose the detailed process metrics.  https://review.openstack.org/15105322:19
*** craigbr has quit IRC22:26
*** ddieterly has quit IRC22:27
LeanReoxgaryh, any news ?22:47
*** ther4011__ has joined #openstack-monasca22:51
*** th_ has quit IRC22:54
*** htruta has quit IRC23:02
*** amalagon has joined #openstack-monasca23:04
*** LeanReox has quit IRC23:08
*** ddieterly has joined #openstack-monasca23:10
*** ddieterly has quit IRC23:29
*** ddieterly has joined #openstack-monasca23:33
*** ddieterly has quit IRC23:50
*** Miouge has quit IRC23:58

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!