*** dschroeder has quit IRC | 00:15 | |
*** cindyo has quit IRC | 00:38 | |
*** craigbr has joined #openstack-monasca | 00:57 | |
*** craigbr has quit IRC | 01:06 | |
*** ddieterly has joined #openstack-monasca | 01:11 | |
*** ddieterly has quit IRC | 01:30 | |
*** ddieterly has joined #openstack-monasca | 02:26 | |
*** ddieterly has quit IRC | 02:31 | |
*** craigbr has joined #openstack-monasca | 03:26 | |
*** ddieterly has joined #openstack-monasca | 03:27 | |
*** ddieterly has quit IRC | 03:32 | |
*** craigbr has quit IRC | 03:36 | |
*** ddieterly has joined #openstack-monasca | 03:51 | |
*** ddieterly has quit IRC | 03:56 | |
*** craigbr has joined #openstack-monasca | 04:01 | |
*** craigbr has quit IRC | 04:02 | |
*** ddieterly has joined #openstack-monasca | 04:27 | |
*** ddieterly has quit IRC | 04:32 | |
*** garyh has quit IRC | 04:59 | |
*** garyh has joined #openstack-monasca | 05:00 | |
*** garyh has quit IRC | 05:00 | |
*** ddieterly has joined #openstack-monasca | 05:27 | |
*** garyh has joined #openstack-monasca | 05:31 | |
*** ddieterly has quit IRC | 05:31 | |
*** craigbr has joined #openstack-monasca | 05:47 | |
*** craigbr has quit IRC | 06:06 | |
*** ddieterly has joined #openstack-monasca | 06:26 | |
*** ddieterly has quit IRC | 06:31 | |
*** ogzy has joined #openstack-monasca | 07:04 | |
ogzy | i didn't figured out how monasca-agent sent metrics to influxdb, is there a statsd backend installed? | 07:05 |
---|---|---|
ogzy | also i realized some parts are like dogstatsd, did you change the dogstatsd source code? | 07:07 |
*** oguz has joined #openstack-monasca | 07:20 | |
*** ogzy has quit IRC | 07:29 | |
*** oguz is now known as ogzy | 07:29 | |
*** ogzy has quit IRC | 07:29 | |
*** ogzy has joined #openstack-monasca | 07:29 | |
ogzy | anybody can help me on monasca-egnt | 07:46 |
ogzy | monasca-agent | 07:46 |
*** vmunteanu has joined #openstack-monasca | 08:28 | |
*** ddieterly has joined #openstack-monasca | 11:19 | |
*** ddieterly has quit IRC | 13:28 | |
*** ddieterly has joined #openstack-monasca | 14:01 | |
*** ddieterly has quit IRC | 14:02 | |
*** ddieterly has joined #openstack-monasca | 14:03 | |
*** ericpeterson has joined #openstack-monasca | 14:13 | |
*** ericpeterson has quit IRC | 14:21 | |
*** ericpeterson has joined #openstack-monasca | 14:21 | |
*** bklei has joined #openstack-monasca | 14:48 | |
*** openstackgerrit has quit IRC | 14:55 | |
*** rbak has joined #openstack-monasca | 15:08 | |
*** craigbr has joined #openstack-monasca | 15:15 | |
*** cindyo has joined #openstack-monasca | 15:45 | |
*** dschroeder has joined #openstack-monasca | 15:58 | |
*** craigbr has quit IRC | 16:27 | |
*** craigbr has joined #openstack-monasca | 17:00 | |
*** vmunteanu has quit IRC | 17:12 | |
*** openstackgerrit has joined #openstack-monasca | 17:47 | |
*** craigbr has quit IRC | 17:48 | |
*** craigbr has joined #openstack-monasca | 18:21 | |
*** rhochmuth has joined #openstack-monasca | 18:23 | |
*** krtaylor has quit IRC | 18:32 | |
*** krtaylor has joined #openstack-monasca | 18:56 | |
*** craigbr has quit IRC | 19:00 | |
*** cindyo has quit IRC | 19:12 | |
*** samuelms has joined #openstack-monasca | 19:44 | |
*** bklei has quit IRC | 19:49 | |
openstackgerrit | Rob Raymond proposed a change to stackforge/monasca-ui: Only show panesl when the service is in catalog https://review.openstack.org/132910 | 19:55 |
openstackgerrit | A change was merged to stackforge/monasca-ui: Only show panesl when the service is in catalog https://review.openstack.org/132910 | 20:02 |
*** cindyo has joined #openstack-monasca | 20:06 | |
openstackgerrit | Rob Raymond proposed a change to stackforge/monasca-ui: Pass in monasca-api endpoint to grafana https://review.openstack.org/133820 | 20:08 |
samuelms | rhochmuth, ping | 20:13 |
samuelms | rhochmuth, after setting up all monasca components (including monasca-ui and agent on my cloud) I can create 'alarm definitions', but I'm don't get any alarms :/ | 20:14 |
samuelms | rhochmuth, it should be a problem on thresh, right? | 20:14 |
openstackgerrit | Deklan Dieterly proposed a change to stackforge/monasca-api: Add alarm list resource https://review.openstack.org/133823 | 20:18 |
openstackgerrit | A change was merged to stackforge/monasca-ui: Pass in monasca-api endpoint to grafana https://review.openstack.org/133820 | 20:20 |
rhochmuth | samuelms, i'll post a python script i wrote yesterday, hold on. | 20:30 |
rhochmuth | samuelms, in the monasca-vagrant directory do "vagrant ssh mini-mon" | 20:31 |
rhochmuth | Then run this script | 20:31 |
rhochmuth | # Stop Monasca | 20:31 |
rhochmuth | import os | 20:31 |
rhochmuth | import glob | 20:31 |
rhochmuth | import subprocess | 20:31 |
rhochmuth | import shutil | 20:31 |
rhochmuth | services = [ | 20:31 |
rhochmuth | 'stop monasca-api', | 20:31 |
rhochmuth | 'stop monasca-persister', | 20:31 |
rhochmuth | 'stop monasca-notification', | 20:31 |
rhochmuth | 'service monasca-thresh stop', | 20:31 |
rhochmuth | 'stop stormui', | 20:31 |
rhochmuth | 'stop supervisor', | 20:31 |
rhochmuth | 'stop nimbus', | 20:31 |
rhochmuth | 'stop kafka', | 20:31 |
rhochmuth | 'stop zookeeper' | 20:31 |
rhochmuth | ] | 20:31 |
rhochmuth | for c in commands: | 20:32 |
rhochmuth | subprocess.call(c.split(' ')) | 20:32 |
rhochmuth | time.sleep(5) | 20:32 |
rhochmuth | Basically storm or Kafak is getting is some funky state I think | 20:32 |
rhochmuth | The first script stops all the Monaca services and clears out some log files. | 20:33 |
rhochmuth | The second script starts everything up in the proper order with a 5 sec delay between services to avoid any race conditions | 20:33 |
openstackgerrit | Deklan Dieterly proposed a change to stackforge/monasca-api: Add alarm list resource https://review.openstack.org/133823 | 20:34 |
openstackgerrit | Deklan Dieterly proposed a change to stackforge/monasca-api: Add alarm list resource https://review.openstack.org/133823 | 20:45 |
samuelms | rhochmuth, cool .. thanks | 20:48 |
samuelms | rhochmuth, but in fact what I have is: I got your old Chef 'split' setup and updated it so that I can install each component in different machines (different instances in our OpenStack installation) | 20:49 |
samuelms | rhochmuth, and I got this error | 20:50 |
samuelms | rhochmuth, I saw the logs and it really looks like things are not getting started in a proper order | 20:50 |
samuelms | what would be the proper order? ? | 20:51 |
samuelms | mysql -> kafka -> vertica -> api -> persister -> thresh ? | 20:57 |
*** krtaylor has quit IRC | 20:57 | |
*** craigbr has joined #openstack-monasca | 21:02 | |
rhochmuth | i think this would be a good order: zookeeper, kafka, mysql, influxdb/vertica, nimbus, supervisor, monasca-thresh, notification, persister, api | 21:13 |
openstackgerrit | A change was merged to stackforge/monasca-api: Add alarm list resource https://review.openstack.org/133823 | 21:26 |
*** krtaylor has joined #openstack-monasca | 21:43 | |
*** ddieterly has quit IRC | 21:44 | |
*** ddieterly has joined #openstack-monasca | 21:47 | |
*** craigbr has quit IRC | 21:57 | |
*** craigbr has joined #openstack-monasca | 21:58 | |
*** samuelms-home has joined #openstack-monasca | 22:33 | |
*** ericpeterson has quit IRC | 22:49 | |
*** garyh has quit IRC | 22:54 | |
*** ericpeterson has joined #openstack-monasca | 22:55 | |
*** ericpeterson has quit IRC | 22:57 | |
*** ddieterly has quit IRC | 23:08 | |
*** garyh has joined #openstack-monasca | 23:25 | |
*** htruta_ has joined #openstack-monasca | 23:42 | |
mux | "Internal Endpoints | 23:46 |
mux | You can access UI by navigating to http://192.168.10.5 and logging in as mini-mon with password" | 23:46 |
mux | ... | 23:46 |
mux | what's the password? it's not "mini-mon" | 23:47 |
mux | lol. nevermind. it's "password". | 23:47 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!