*** yujunz has joined #openstack-vitrage | 00:26 | |
*** devlaps has quit IRC | 00:37 | |
*** devlaps has joined #openstack-vitrage | 00:38 | |
*** tovin07 has joined #openstack-vitrage | 00:52 | |
*** yujunz is now known as yujunz[away] | 01:08 | |
*** yujunz[away] is now known as yujunz | 01:45 | |
*** yujunz is now known as yujunz[away] | 01:45 | |
*** yujunz[away] is now known as yujunz | 01:51 | |
*** yujunz is now known as yujunz[away] | 02:20 | |
*** yujunz[away] is now known as yujunz | 02:23 | |
*** yujunz has quit IRC | 03:40 | |
*** devlaps has quit IRC | 03:58 | |
*** yujunz has joined #openstack-vitrage | 04:11 | |
*** yujunz has quit IRC | 04:16 | |
*** yujunz has joined #openstack-vitrage | 04:42 | |
*** yujunz has quit IRC | 04:46 | |
*** yujunz has joined #openstack-vitrage | 05:13 | |
*** yujunz has quit IRC | 05:17 | |
*** yujunz has joined #openstack-vitrage | 05:33 | |
*** ifat_afek has joined #openstack-vitrage | 06:06 | |
*** yujunz has quit IRC | 06:27 | |
*** ifat_afek has quit IRC | 06:29 | |
*** ifat_afek has joined #openstack-vitrage | 06:31 | |
*** ifat_afek has quit IRC | 06:33 | |
*** ifat_afek has joined #openstack-vitrage | 06:34 | |
*** yujunz has joined #openstack-vitrage | 06:42 | |
*** ifat_afek has quit IRC | 07:02 | |
*** ifat_afek has joined #openstack-vitrage | 07:05 | |
*** tovin07_ has joined #openstack-vitrage | 07:25 | |
*** ifat_afek has quit IRC | 07:27 | |
openstackgerrit | Yujun Zhang proposed openstack/vitrage: Implement static datasource driver https://review.openstack.org/405354 | 07:36 |
---|---|---|
openstackgerrit | Yujun Zhang proposed openstack/vitrage: Separate common fields from TemplateFields https://review.openstack.org/405959 | 07:36 |
*** ifat_afek has joined #openstack-vitrage | 08:00 | |
*** eyalb has joined #openstack-vitrage | 08:01 | |
openstackgerrit | Yujun Zhang proposed openstack/vitrage: Implement static datasource driver https://review.openstack.org/405354 | 08:10 |
gibi | hi vitrage people! I have a design question regarding zabbix - vitrage integration | 08:14 |
gibi | I see that vitrage has a zabbix script https://github.com/openstack/vitrage/blob/master/vitrage/datasources/zabbix/auxiliary/zabbix_vitrage.py | 08:14 |
gibi | that script sends notifications via oslo_messaging | 08:15 |
gibi | but I faild to found the code in vitrage that listen to the message bus, gets and processes those messages | 08:15 |
gibi | could you give me some pointers in the vitrage code? | 08:15 |
*** alexey_weyl has joined #openstack-vitrage | 08:16 | |
alexey_weyl | No problem | 08:17 |
alexey_weyl | In a minute | 08:17 |
alexey_weyl | you can find it here | 08:19 |
alexey_weyl | "/opt/stack/vitrage/vitrage/api_handler/service.py" | 08:20 |
alexey_weyl | if you have any more questions, you are more than welcome to ask :) | 08:20 |
gibi | alexey_weyl: thanks, checking out that file... | 08:21 |
*** ifat_afek has quit IRC | 08:22 | |
*** ifat_afek has joined #openstack-vitrage | 08:24 | |
gibi | alexey_weyl: just one more question. what vitrage do to avoid loosing messages coming from zabbix? | 08:54 |
gibi | alexey_weyl: I mean there is a message that is under processing in vitrage then vitrage is stopped / killed | 08:54 |
gibi | alexey_weyl: can vitrage restart processing that same message after it started up again? | 08:55 |
gibi | alexey_weyl: if yes how does it do that? | 08:55 |
alexey_weyl | The questions is Yes | 08:56 |
alexey_weyl | When Vitrage is starting, it performs get_all operation from all the datasources that it works with, and thus it receives the states and the details of all the entities of each datasource | 08:57 |
gibi | alexey_weyl: thanks. that make sense. | 08:58 |
alexey_weyl | Moreover, if for example some notifications of state change or something else are lost or doesn't arrive on the bus, Vitrage performs every 10 minutes get_all again to get all the data | 08:59 |
alexey_weyl | this time is configurable in /etc/vitrage/vitrage.conf, and can be configured to any time you would like | 09:00 |
gibi | alexey_weyl: thanks a lot! | 09:02 |
*** yujunz is now known as yujunz[away] | 09:09 | |
*** yujunz[away] is now known as yujunz | 09:19 | |
*** yujunz has quit IRC | 09:23 | |
*** ifat_afek has quit IRC | 09:31 | |
*** alexey_weyl has quit IRC | 09:39 | |
*** ifat_afek has joined #openstack-vitrage | 10:01 | |
*** tovin07_ has quit IRC | 10:02 | |
*** ifat_afek has quit IRC | 10:04 | |
*** ifat_afek has joined #openstack-vitrage | 10:49 | |
*** ifat_afek has quit IRC | 11:13 | |
openstackgerrit | Alexey Weyl proposed openstack/vitrage: enable heat in gate https://review.openstack.org/408027 | 11:25 |
*** ifat_afek has joined #openstack-vitrage | 11:31 | |
*** openstackgerrit has quit IRC | 11:32 | |
*** ifat_afek has quit IRC | 11:39 | |
*** ifat_afek has joined #openstack-vitrage | 11:41 | |
*** ifat_afek has left #openstack-vitrage | 11:50 | |
*** ifat_afek has joined #openstack-vitrage | 11:50 | |
*** openstackgerrit has joined #openstack-vitrage | 12:04 | |
openstackgerrit | Alexey Weyl proposed openstack/vitrage: enable heat in gate https://review.openstack.org/408027 | 12:04 |
*** ifat_afek_ has joined #openstack-vitrage | 12:09 | |
*** ifat_afek has quit IRC | 12:10 | |
*** ifat_afek_ is now known as ifat_afek | 12:10 | |
*** gibi has quit IRC | 12:14 | |
*** yujunz-zte has joined #openstack-vitrage | 13:04 | |
*** gibi has joined #openstack-vitrage | 13:08 | |
openstackgerrit | Merged openstack/vitrage: enable heat in gate https://review.openstack.org/408027 | 13:31 |
openstackgerrit | Alexey Weyl proposed openstack/vitrage: heat tempest fix https://review.openstack.org/408109 | 13:38 |
openstackgerrit | Yujun Zhang proposed openstack/vitrage: Implement static datasource driver https://review.openstack.org/405354 | 13:38 |
*** yujunz-zte has quit IRC | 13:41 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/vitrage: Updated from global requirements https://review.openstack.org/408119 | 13:41 |
*** ifat_afek has quit IRC | 13:52 | |
*** yujunz has joined #openstack-vitrage | 14:08 | |
*** aasmith has joined #openstack-vitrage | 14:35 | |
*** yujunz has quit IRC | 14:44 | |
openstackgerrit | Alexey Weyl proposed openstack/vitrage: heat tempest fix https://review.openstack.org/408109 | 14:56 |
*** gibi has left #openstack-vitrage | 15:27 | |
openstackgerrit | Merged openstack/vitrage: Separate common fields from TemplateFields https://review.openstack.org/405959 | 15:42 |
openstackgerrit | Alexey Weyl proposed openstack/vitrage: heat tempest fix https://review.openstack.org/408109 | 15:51 |
*** eyalb has quit IRC | 16:16 | |
*** devlaps has joined #openstack-vitrage | 16:43 | |
*** aasmith has quit IRC | 21:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!