slogan_ | rhochmuth: did you work around that devswtack build issue from earlier? | 00:00 |
---|---|---|
slogan_ | I have yet to try, pulled away to other matters for the day | 00:01 |
*** diogogmt has quit IRC | 00:14 | |
*** ddieterly has joined #openstack-monasca | 00:16 | |
rhochmuth | i tried working around it | 00:19 |
rhochmuth | but, still not working | 00:19 |
rhochmuth | actually take that back | 00:20 |
rhochmuth | at the top of the function install_monasca_grafana | 00:21 |
rhochmuth | replace the section of code where it install npm | 00:22 |
rhochmuth | with this | 00:22 |
rhochmuth | sudo apt-get install -y python-software-properties | 00:22 |
rhochmuth | sudo apt-add-repository ppa:chris-lea/node.js | 00:22 |
rhochmuth | sudo apt-get update | 00:22 |
rhochmuth | sudo apt-get install -y wget nodejs | 00:22 |
rhochmuth | the problem appears to be that nodejs or npm changed between the weekend and today | 00:23 |
rhochmuth | in new releases of nodejs npm is included | 00:23 |
*** bobh_ has joined #openstack-monasca | 00:24 | |
rhochmuth | function install_monasca_grafana { | 00:24 |
rhochmuth | echo_summary "Install Grafana" | 00:24 |
rhochmuth | sudo apt-get install -y python-software-properties | 00:24 |
rhochmuth | sudo apt-add-repository ppa:chris-lea/node.js | 00:24 |
rhochmuth | sudo apt-get update | 00:24 |
rhochmuth | sudo apt-get install -y wget nodejs | 00:24 |
rhochmuth | cd "${MONASCA_BASE}" | 00:24 |
rhochmuth | wget https://storage.googleapis.com/golang/go1.5.2.linux-amd64.tar.gz | 00:24 |
rhochmuth | sudo tar -C /usr/local -xzf go1.5.2.linux-amd64.tar.gz | 00:24 |
rhochmuth | export PATH=$PATH:/usr/local/go/bin | 00:24 |
rhochmuth | see above for the start of the function | 00:24 |
rhochmuth | so, clone monasca-api | 00:24 |
rhochmuth | modfy code as above | 00:24 |
rhochmuth | then you might need to do a git commit on master to use | 00:25 |
slogan_ | ok | 00:25 |
slogan_ | I've got a bit of a path going here for plugin.sh for other work arounds | 00:25 |
*** rbak has joined #openstack-monasca | 00:25 | |
rhochmuth | you might get a big error about rm at the end of the install, but it all came up for me | 00:26 |
slogan_ | the script fails if you ./stack.sh and unstack.sh then stack.sh | 00:26 |
rhochmuth | ./unstak.sh proably doesn't work correctly | 00:26 |
slogan_ | yeah, my approach was to patch stack.sh - it was mostly just trying to create dirs that already exist | 00:27 |
slogan_ | add users that already exist, easy to fix problems | 00:27 |
rhochmuth | that is weird | 00:27 |
rhochmuth | the keystone auth is now working too | 00:27 |
rhochmuth | no need to supply an auth token | 00:28 |
rhochmuth | i think the version of npm that was being used had some problem | 00:28 |
rhochmuth | either that, or ryan updated the code | 00:28 |
*** rbak has quit IRC | 00:28 | |
slogan_ | sudo id -u mon-api || sudo useradd mon-api for example is one such change, also mkdir -p and some [[ -d foo ]; tests before doing git clones | 00:29 |
rhochmuth | i'll try and get a fix up soon | 00:29 |
slogan_ | I can try the above steps after a bit | 00:29 |
slogan_ | one thing I think will be needed is some work to support OFFLINE=True in local.conf, that's a common mode for me | 00:30 |
slogan_ | probably will find some issues when I add that to my config as well | 00:30 |
slogan_ | rbak has done a great job getting things to this point | 00:31 |
slogan | rhochmuth: trying those changes out now, takes awhile but will let you know | 00:42 |
rhochmuth | ok, thanks | 00:44 |
rhochmuth | i have another set that i'm trying based on another article at | 00:44 |
rhochmuth | https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-an-ubuntu-14-04-server | 00:45 |
rhochmuth | the directions i sent you were from | 00:45 |
rhochmuth | http://stackoverflow.com/questions/16302436/install-node-js-on-ubuntu-12-10 | 00:45 |
slogan_ | k | 00:45 |
slogan_ | digitalocean usually is spot on | 00:45 |
slogan_ | nodejs is like a weed :-) | 00:47 |
rhochmuth | so, if the new directions work that is what i'll probably commit for review | 00:47 |
slogan_ | I'd like to get my patch out for others to benefit from (I can't be the only one who does stack/unstack), working on making that happen | 00:48 |
rhochmuth | definitely, want that one too | 00:49 |
slogan_ | I'm not sure yet about my ability to contribute to other projects, taking that up with management. Perhaps it would be expedient to sent it off to you over e-mail? | 00:50 |
slogan_ | er, send | 00:50 |
rhochmuth | whatever works for you | 00:50 |
slogan_ | k | 00:50 |
slogan_ | e-mail later tonight then | 00:51 |
*** bobh_ has quit IRC | 00:55 | |
*** diogogmt has joined #openstack-monasca | 01:07 | |
*** bobh_ has joined #openstack-monasca | 01:09 | |
*** kei_yama has quit IRC | 01:11 | |
*** Gen has joined #openstack-monasca | 01:14 | |
*** bobh_ has quit IRC | 01:14 | |
*** bobh_ has joined #openstack-monasca | 01:19 | |
*** bobh_ has quit IRC | 01:28 | |
slogan | rhochmuth: seems like I am past the nodejs issue but I had to (from the command line prompt, not plugin.sh for whatever reason) install nodejs-dev to fullfill a dependency, otherwise it halted. | 01:28 |
slogan | *shrug* | 01:29 |
rhochmuth | hmmm, i didn't get that | 01:29 |
rhochmuth | also, the directions from digitalocean worked | 01:29 |
rhochmuth | so, i'm going to go with that | 01:29 |
slogan | are you on Ubuntu 14.04 LTS or something else? | 01:29 |
rhochmuth | i don't know what is up with the rm errors | 01:29 |
*** bobh_ has joined #openstack-monasca | 01:30 | |
slogan | could be my system was a bit different because of previous attempts/runs of stack | 01:30 |
rhochmuth | this might be my problem | 01:32 |
rhochmuth | will try again | 01:32 |
rhochmuth | https://blog.explosionpills.com/dont-use-sudo-with-npm/ | 01:32 |
*** Gen has quit IRC | 01:32 | |
slogan | interesting. We are running as "stack" I suppose during installation, but who is the user at a later time, mon-api or something? | 01:34 |
slogan | naw, looks like I am running as me, not stack | 01:36 |
*** ybathia has quit IRC | 01:37 | |
*** ducttape_ has joined #openstack-monasca | 01:38 | |
*** ljxiash has joined #openstack-monasca | 01:39 | |
*** ukaynar has joined #openstack-monasca | 01:43 | |
slogan | ack, failed - in fact, still some issue with node.js | 01:43 |
slogan | 2016-04-06 01:42:46.023 | trying to overwrite '/usr/share/man/man1/node.1.gz', which is also in package nodejs-legacy 0.10.25~dfsg2-2ubuntu1 | 01:43 |
slogan | bam | 01:43 |
slogan | ok, so, maybe the 14.04 instructions are going to be better idea. | 01:44 |
openstackgerrit | Shinya Kawabata proposed openstack/monasca-api: Proposal of adding sort parameter to list notifications https://review.openstack.org/292818 | 01:48 |
slogan | I'm going to blow away node on my host, and anything related, then just do the apt-get install nodejs and see how that works | 01:48 |
*** ducttape_ has quit IRC | 01:53 | |
*** _ducttape_ has joined #openstack-monasca | 01:56 | |
*** ljxiash has quit IRC | 02:03 | |
*** ljxiash has joined #openstack-monasca | 02:03 | |
*** bobh_ has quit IRC | 02:04 | |
openstackgerrit | Shinya Kawabata proposed openstack/monasca-api: Fix alarmdefs multiple sort_by doesn't work correctly https://review.openstack.org/296994 | 02:07 |
*** ljxiash has quit IRC | 02:08 | |
*** ddieterly is now known as ddieterly[away] | 02:15 | |
*** ddieterly[away] is now known as ddieterly | 02:15 | |
*** ddieterly is now known as ddieterly[away] | 02:19 | |
*** rhochmuth has left #openstack-monasca | 02:34 | |
*** ybathia has joined #openstack-monasca | 02:46 | |
*** bobh_ has joined #openstack-monasca | 02:47 | |
*** ybathia has quit IRC | 02:51 | |
*** ljxiash has joined #openstack-monasca | 02:58 | |
*** _ducttape_ has quit IRC | 03:05 | |
*** ddieterly[away] has quit IRC | 03:19 | |
*** ukaynar has quit IRC | 03:29 | |
*** slogan has quit IRC | 03:34 | |
*** bobh_ has quit IRC | 03:34 | |
*** ljxiash has quit IRC | 03:34 | |
*** ljxiash has joined #openstack-monasca | 03:34 | |
*** slogan_ has quit IRC | 03:35 | |
*** ljxiash has quit IRC | 03:40 | |
*** ljxiash has joined #openstack-monasca | 04:13 | |
*** diogogmt has quit IRC | 04:33 | |
*** ukaynar has joined #openstack-monasca | 04:41 | |
openstackgerrit | Merged openstack/monasca-agent: Chop value_meta on nagios checks https://review.openstack.org/301920 | 04:48 |
*** nadya has joined #openstack-monasca | 05:21 | |
*** ljxiash has quit IRC | 05:26 | |
*** ljxiash has joined #openstack-monasca | 05:26 | |
*** ljxiash has quit IRC | 05:31 | |
*** ljxiash has joined #openstack-monasca | 05:32 | |
*** nadya has quit IRC | 05:58 | |
*** ukaynar has quit IRC | 06:14 | |
*** ukaynar has joined #openstack-monasca | 06:15 | |
*** ukaynar has quit IRC | 06:20 | |
*** kei_yama has joined #openstack-monasca | 06:34 | |
*** nadya has joined #openstack-monasca | 06:47 | |
*** nadya has quit IRC | 06:56 | |
*** openstackgerrit has quit IRC | 07:02 | |
*** openstackgerrit has joined #openstack-monasca | 07:03 | |
*** pcaruana has joined #openstack-monasca | 07:06 | |
*** hosanai has quit IRC | 07:48 | |
openstackgerrit | Shinya Kawabata proposed openstack/monasca-api: Update nodejs and npm packages https://review.openstack.org/302077 | 07:54 |
*** bmotz has quit IRC | 08:14 | |
*** hosanai has joined #openstack-monasca | 08:24 | |
*** bmotz has joined #openstack-monasca | 08:27 | |
*** hosanai has quit IRC | 08:58 | |
*** ljxiash has quit IRC | 09:15 | |
*** kei_yama has quit IRC | 09:16 | |
*** ljxiash has joined #openstack-monasca | 09:17 | |
*** ljxiash has quit IRC | 09:22 | |
*** ljxiash has joined #openstack-monasca | 09:58 | |
*** nadya has joined #openstack-monasca | 10:05 | |
*** ekarlso- has quit IRC | 10:09 | |
-openstackstatus- NOTICE: npm lint jobs are failing due to a problem with npm registry. The problem is under investigation, and we will update once the issue is solved. | 10:18 | |
*** ChanServ changes topic to "npm lint jobs are failing due to a problem with npm registry. The problem is under investigation, and we will update once the issue is solved." | 10:18 | |
*** ekarlso- has joined #openstack-monasca | 10:21 | |
*** ekarlso- has quit IRC | 10:22 | |
*** ekarlso has joined #openstack-monasca | 10:22 | |
*** ljxiash has quit IRC | 10:39 | |
*** ljxiash has joined #openstack-monasca | 10:50 | |
*** ljxiash has quit IRC | 10:54 | |
*** nadya has quit IRC | 11:01 | |
*** ljxiash has joined #openstack-monasca | 11:33 | |
*** ljxiash has quit IRC | 11:37 | |
*** nadya has joined #openstack-monasca | 11:46 | |
*** ttx has left #openstack-monasca | 12:10 | |
*** bobh_ has joined #openstack-monasca | 12:17 | |
*** bobh_ has quit IRC | 12:30 | |
*** ljxiash has joined #openstack-monasca | 12:32 | |
sc | I'm reading libvirt check, am I correctly understanding dims_customer are the once a tenant can see about his/her VMs while dmis_operations are the one cloud managemenet user can see? | 12:37 |
*** ljxiash has quit IRC | 12:48 | |
*** Gen has joined #openstack-monasca | 13:14 | |
*** ddieterly has joined #openstack-monasca | 13:36 | |
*** ljxiash has joined #openstack-monasca | 13:37 | |
*** diogogmt has joined #openstack-monasca | 13:42 | |
*** diogogmt has quit IRC | 13:55 | |
*** ddieterly is now known as ddieterly[away] | 13:55 | |
*** diogogmt has joined #openstack-monasca | 13:56 | |
*** nadya has quit IRC | 13:57 | |
*** ukaynar_ has joined #openstack-monasca | 13:57 | |
*** ddieterly[away] is now known as ddieterly | 14:02 | |
*** rbrndt_ has joined #openstack-monasca | 14:15 | |
*** ukaynar_ has quit IRC | 14:17 | |
*** rbak has joined #openstack-monasca | 14:19 | |
*** diogogmt has quit IRC | 14:23 | |
*** rhochmuth has joined #openstack-monasca | 14:24 | |
*** diogogmt has joined #openstack-monasca | 14:28 | |
*** witek has joined #openstack-monasca | 14:32 | |
*** bklei has joined #openstack-monasca | 14:41 | |
*** iurygregory has quit IRC | 14:48 | |
*** ducttape_ has joined #openstack-monasca | 14:50 | |
*** iurygregory has joined #openstack-monasca | 14:52 | |
*** nadya has joined #openstack-monasca | 14:52 | |
*** dschroeder has joined #openstack-monasca | 14:54 | |
*** bobh_ has joined #openstack-monasca | 14:55 | |
*** nadya has quit IRC | 15:07 | |
*** ddieterly is now known as ddieterly[away] | 15:36 | |
*** ddieterly[away] is now known as ddieterly | 15:40 | |
*** rbak_ has joined #openstack-monasca | 15:57 | |
*** rbak has quit IRC | 15:59 | |
*** ducttape_ has quit IRC | 16:00 | |
*** bklei has quit IRC | 16:01 | |
*** Gen has quit IRC | 16:01 | |
*** ducttape_ has joined #openstack-monasca | 16:02 | |
*** Gen has joined #openstack-monasca | 16:24 | |
*** nadya has joined #openstack-monasca | 16:25 | |
*** Gen has quit IRC | 16:28 | |
*** ljxiash has quit IRC | 16:29 | |
*** ddieterly is now known as ddieterly[away] | 16:30 | |
*** Gen has joined #openstack-monasca | 16:36 | |
*** witek has quit IRC | 16:38 | |
openstackgerrit | Ryan Bak proposed openstack/monasca-agent: Add configurable units for network metrics https://review.openstack.org/298863 | 16:38 |
*** ddieterly[away] is now known as ddieterly | 16:52 | |
*** davideagnello has joined #openstack-monasca | 16:59 | |
*** ddieterly is now known as ddieterly[away] | 17:18 | |
*** ljxiash has joined #openstack-monasca | 17:21 | |
*** ddieterly[away] is now known as ddieterly | 17:22 | |
*** ddieterly is now known as ddieterly[away] | 17:24 | |
*** ddieterly[away] is now known as ddieterly | 17:24 | |
*** nadya has quit IRC | 17:33 | |
*** ddieterly is now known as ddieterly[away] | 17:46 | |
*** rbrndt_ has quit IRC | 17:57 | |
*** ducttape_ has quit IRC | 17:58 | |
*** ukaynar_ has joined #openstack-monasca | 18:08 | |
ukaynar_ | hello, I setup the libvirt plug in for monasca agent, and when I run it it shows me the following error and then hang. Do you know what might be cause the issue? | 18:09 |
ukaynar_ | Instance cache missing or corrupt, rebuilding. | 18:10 |
ukaynar_ | 2016-04-06 01:58:42 EDT | INFO | collector | requests.packages.urllib3.connectionpool(connectionpool.py:207) | Starting new HTTP connection (1): 10.x.x.x | 18:10 |
openstackgerrit | Merged openstack/monasca-api: Update nodejs and npm packages https://review.openstack.org/302077 | 18:12 |
*** ducttape_ has joined #openstack-monasca | 18:16 | |
*** rbrndt has joined #openstack-monasca | 18:23 | |
ukaynar_ | ANother thing I would like to ask why the monasca agent needs to access IO counters for specific process such as ovs-vswitchd, neutron-openvsw...etc | 18:26 |
*** ljxiash has quit IRC | 18:29 | |
rbrndt | ukaynar_ the agent reports metrics on process resource usage, but if it doesn't have access it should currently just skip collecting the extra data | 18:32 |
ukaynar_ | Ok I see | 18:34 |
ukaynar_ | Do you think that might be the reason why agent hangs after "Instance cache missing or corrupt, rebuilding." warning | 18:37 |
rbrndt | ukaynar_ it shouldn't hang there, but that step may take a while depending on environment | 18:38 |
ukaynar_ | ok i see maybe i should just wait and see. also do you think it is critical to access nova-compute IO counters in order to monitor VMs? | 18:39 |
*** ddieterly[away] has quit IRC | 18:46 | |
rbrndt | I don't believe it is, but that would be a question for someone more familiar with monasca vm monitoring | 18:57 |
rbrndt | this is our documentation on vm monitoring right now https://github.com/openstack/monasca-agent/blob/master/docs/Plugins.md#libvirt-vm-monitoring | 18:59 |
*** ddieterly has joined #openstack-monasca | 18:59 | |
*** ukaynar_ has quit IRC | 19:05 | |
*** ukaynar has joined #openstack-monasca | 19:16 | |
*** ducttape_ has quit IRC | 19:17 | |
ukaynar | Thanks rbrndt I will try to get more help from others about VM Monitoring | 19:27 |
*** ducttape_ has joined #openstack-monasca | 19:32 | |
*** nadya has joined #openstack-monasca | 19:58 | |
*** ukaynar has quit IRC | 20:01 | |
*** rbrndt has quit IRC | 20:10 | |
*** slogan has joined #openstack-monasca | 20:13 | |
*** pcaruana has quit IRC | 20:14 | |
*** ukaynar has joined #openstack-monasca | 20:15 | |
*** nadya has quit IRC | 20:18 | |
slogan | who is looking into this npm lint job issue? | 20:18 |
slogan | I'm just trying out the latest devstack, if there is some change that someone wants me to try I can work with you to test it out | 20:19 |
slogan | (I assume this is fallout from the nodejs install changes??) | 20:20 |
*** rbrndt_ has joined #openstack-monasca | 20:20 | |
ukaynar | I am also looking someone to help me about libvirt plugin. Any helps appreciated | 20:23 |
openstackgerrit | Joe Keen proposed openstack/monasca-agent: Kafka plugin no tracking consumer lag https://review.openstack.org/302430 | 20:30 |
openstackgerrit | Joe Keen proposed openstack/monasca-agent: Kafka plugin not tracking consumer lag https://review.openstack.org/302430 | 20:30 |
*** Gen has quit IRC | 20:31 | |
openstackgerrit | Joe Keen proposed openstack/monasca-agent: Kafka plugin not tracking consumer lag https://review.openstack.org/302430 | 20:33 |
*** ljxiash has joined #openstack-monasca | 20:41 | |
*** ukaynar has quit IRC | 20:41 | |
*** ukaynar has joined #openstack-monasca | 20:41 | |
*** ljxiash has quit IRC | 20:45 | |
*** ddieterly is now known as ddieterly[away] | 20:54 | |
*** Gen_ has joined #openstack-monasca | 20:59 | |
*** ddieterly[away] is now known as ddieterly | 21:05 | |
*** Gen_ has quit IRC | 21:07 | |
openstackgerrit | Merged openstack/monasca-api: Proposal of adding sort parameter to list notifications https://review.openstack.org/292818 | 21:34 |
slogan | oh mygosh, it's grafana! Awesome job rbak_! | 21:39 |
slogan | now I just need to figure out how to use it to display metrics | 21:40 |
slogan | :-P | 21:40 |
rbak_ | Glad you got it working | 21:40 |
slogan | yeah, this is neat | 21:40 |
rbak_ | Grafana 3.0 just got released, so now we get to redo everything. | 21:40 |
slogan | ha! | 21:40 |
slogan | remember: it pays the mortgage | 21:40 |
slogan | and the cable TV bill | 21:41 |
* slogan runs | 21:41 | |
slogan | so, is there a quickstart somewhere to showing metrics in grafana? | 21:41 |
slogan | recommended tutorials, etc? | 21:42 |
rbak_ | I think I put some docs for that somewhere. Hang on. | 21:42 |
slogan | sweet | 21:42 |
* slogan is beyond estatic | 21:42 | |
rbak_ | I think all my docs are internal. I'll need to put together something for public monasca use at some point. | 21:44 |
rbak_ | The short version is create a Monasca datasource, then use that in your graphs | 21:44 |
rbak_ | The datasource will try to make suggestions, and has some built in documentation. | 21:45 |
slogan | ok, so if I google for how to make a datasource, and how to make a graph, that's a good start? | 21:45 |
slogan | or is there is something about monasca that this integration knows? | 21:45 |
rbak_ | Grafana has some pretty good docs on getting started | 21:46 |
rbak_ | http://docs.grafana.org/guides/gettingstarted/ | 21:46 |
slogan | oh, I see "monasca" in the datasource types menu | 21:46 |
rbak_ | The docs won't mention monasca since that's custom, but they'll get you started. | 21:46 |
slogan | ok, great, I'll see how that works out, thanks for the pointers | 21:47 |
rbak_ | Feel free to ping me if you have any questions. | 21:47 |
slogan | are you going to be in Austin BTW? | 21:47 |
rbak_ | Or if you find any problems | 21:47 |
slogan | yep | 21:47 |
rbak_ | Yeah, I'll be in Austin. | 21:48 |
slogan | will do | 21:48 |
rbak_ | you? | 21:48 |
slogan | yep, just got approval today | 21:48 |
rbak_ | Awesome. I'm sure I'll see you there then. | 21:48 |
slogan | hope to see you there | 21:48 |
openstackgerrit | Merged openstack/monasca-agent: Kafka plugin not tracking consumer lag https://review.openstack.org/302430 | 21:49 |
*** ddieterly is now known as ddieterly[away] | 21:51 | |
*** ukaynar has quit IRC | 21:52 | |
*** rbak_ has quit IRC | 21:53 | |
*** ukaynar has joined #openstack-monasca | 21:56 | |
openstackgerrit | Merged openstack/python-monascaclient: Allow sorting notifications https://review.openstack.org/293829 | 21:56 |
openstackgerrit | Joe Keen proposed openstack/monasca-notification: Retry engine trys to write bad data to Kafka https://review.openstack.org/302453 | 22:06 |
*** ukaynar has quit IRC | 22:06 | |
*** ddieterly[away] is now known as ddieterly | 22:13 | |
*** rbak has joined #openstack-monasca | 22:15 | |
slogan | rbak: that was a good tutorial. almost have this right, but the URL:port for the datasource has me stuck. I was thinking proxy at port 5000 would work, any suggestions? | 22:21 |
rbak | You need the monasca-api port | 22:21 |
rbak | For keystone auth it uses the keystone in the grafana config | 22:22 |
slogan | 8070 perhaps, let me try that | 22:24 |
slogan | I click the keystone checkbox, select proxy (because the UI tells me with keystone I must use grafana as proxy) | 22:25 |
rbak | That's correct. | 22:25 |
slogan | Unknown error err.data is undefined when I hit the "test connection" button. | 22:26 |
slogan | hrmmm | 22:26 |
*** ducttape_ has quit IRC | 22:27 | |
rbak | I think there may be a bug with the keystone auth option in devstack. | 22:27 |
rbak | Roland said he got it working at one point, but I haven't managed it. | 22:27 |
rbak | The token option should work regardless though. | 22:28 |
*** ddieterly is now known as ddieterly[away] | 22:28 | |
*** ddieterly[away] is now known as ddieterly | 22:29 | |
slogan | so, the token is obtained where? | 22:30 |
*** ddieterly is now known as ddieterly[away] | 22:30 | |
*** ddieterly[away] is now known as ddieterly | 22:30 | |
rbak | It's just a keystone token, so the cli will work | 22:31 |
slogan | ah | 22:32 |
*** bobh_ has quit IRC | 22:37 | |
openstackgerrit | Merged openstack/monasca-ui: Fix compiling messages for i18n https://review.openstack.org/300917 | 22:38 |
*** ddieterly is now known as ddieterly[away] | 22:39 | |
openstackgerrit | Merged openstack/monasca-notification: Retry engine trys to write bad data to Kafka https://review.openstack.org/302453 | 22:40 |
*** ddieterly[away] is now known as ddieterly | 22:42 | |
slogan | rbak: this: http://docs.openstack.org/openstack-ops/content/lay_of_the_land.html + uncheck keystone auth and chage to direct worked | 22:42 |
slogan | oh wow, it found all my metrics | 22:46 |
slogan | amazing, graphs are showing - neat! | 22:53 |
slogan | this is so freaking nice, good job all | 22:53 |
* slogan goes to find people to show | 22:53 | |
*** ddieterly is now known as ddieterly[away] | 22:53 | |
openstackgerrit | Merged openstack/monasca-common: Invalid kafka check script name https://review.openstack.org/300941 | 23:01 |
*** ybathia has joined #openstack-monasca | 23:03 | |
*** rbrndt_ has quit IRC | 23:05 | |
*** bmotz has quit IRC | 23:05 | |
*** bmotz has joined #openstack-monasca | 23:06 | |
*** ybathia has quit IRC | 23:10 | |
*** ybathia has joined #openstack-monasca | 23:11 | |
*** ybathia has quit IRC | 23:11 | |
*** ybathia has joined #openstack-monasca | 23:14 | |
*** rhochmuth has quit IRC | 23:14 | |
*** ybathia has quit IRC | 23:15 | |
*** bobh_ has joined #openstack-monasca | 23:26 | |
*** ddieterly has joined #openstack-monasca | 23:26 | |
*** ddieterly is now known as ddieterly[away] | 23:26 | |
*** bobh_ has quit IRC | 23:37 | |
*** kei_yama has joined #openstack-monasca | 23:43 | |
*** ljxiash has joined #openstack-monasca | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!