mchugh19 / zabbix-vue

Chrome/Firefox extension for displaying problems from Zabbix
MIT License
56 stars 13 forks source link

Update 10.04.2021 #33

Closed kreizz closed 3 years ago

kreizz commented 3 years ago

After the update on 10.04.2021 it got really bad. Out of 100 events in zabbix, the plugin displays only 10 and in very large print. In addition, the connection with zabbix constantly disappears

Is it possible to revert to a previous version?

mchugh19 commented 3 years ago

I'll look into this.

The new build was done to work around issues with deprecated javascript build tooling. But you can checkout the previous commits, and build it should still work.

Bad displays of more than 10 items sounds like a problem with vuetify's table display. So I think I've got a good idea of where to look.

Thanks for the report

mchugh19 commented 3 years ago

Looks like vuetify 2 changed the way pagination was handled, so that only 10 items were displayed. I've just fixed that in the attached build. Are you able to test to see if this helps? Archive.zip

The font size to me is not changed. Do you get something different than this?

Screenshot 2021-04-11 at 19 22 01

Regarding connectivity, what are you experiencing?

mchugh19 commented 3 years ago

I think I may have resolved your issues.

The 2.0 release corrected an error with the zabbix logout function. But if there was an issue in logout, it could cause issues. Now logout will still be run, but won't cause the plugin to report errors.

I've also added some css to make the table display slightly more dense.

Screenshot 2021-04-11 at 20 34 10

I've just released this on the chrome and firefox stores, and it should be available shortly for testing.

kreizz commented 3 years ago

seems its ok now. thanks =)

mchugh19 commented 3 years ago

Glad to hear it. Closing this out, but please let me know if there's anything else broken or needing work.

kreizz commented 3 years ago

Unfortunately, I must return to this question, because most of these buttons do not work. 26-04-2021 18-23-28

brlumen commented 3 years ago

@kreizz , I faced this problem too. Reinstalling the plugin helped me.

mchugh19 commented 3 years ago

@kreizz unfortunately I am not able to replicate your issue. With the latest update, the plugin now detects the version of Zabbix used. This was needed as the URLs for the buttons are different across versions. Since this version detection is done on the options screen, you could try reconfiguring your server settings (simply modifying a character in the url field should be enough to trigger the version detection). As long as you see the zabbix version number under the url field, you can save settings, and everything should operate as expected.

Are you still seeing issues?