Hello everyone,
I am currently trying to implement a custom dashboard view : this one to be more specific : https://github.com/tolleiv/dashing-zabbix
To do so, I have followed this tutorial : http://www.daxiongmao.eu/wiki/index...._using_DASHING
but when I run dashing start, I have these errors :
Apparently, it could be due to incompatible changes in newer Zabbix versions, but has somebody resolved this ? How can I do to use dashing ? Is it possible to use it with new versions of Zabbix ?
Thank you
I am currently trying to implement a custom dashboard view : this one to be more specific : https://github.com/tolleiv/dashing-zabbix
To do so, I have followed this tutorial : http://www.daxiongmao.eu/wiki/index...._using_DASHING
but when I run dashing start, I have these errors :
Code:
scheduler caught exception: Zabby::APIError /var/lib/gems/2.2.0/gems/zabby-0.1.2/lib/zabby/connection.rb:125:in `format_exception' /var/lib/gems/2.2.0/gems/zabby-0.1.2/lib/zabby/connection.rb:146:in `query_zabbix_rpc' /var/lib/gems/2.2.0/gems/zabby-0.1.2/lib/zabby/connection.rb:63:in `rescue in authenticate' /var/lib/gems/2.2.0/gems/zabby-0.1.2/lib/zabby/connection.rb:54:in `authenticate' /var/lib/gems/2.2.0/gems/zabby-0.1.2/lib/zabby/connection.rb:37:in `login' /var/lib/gems/2.2.0/gems/zabby-0.1.2/lib/zabby/shell_helpers.rb:71:in `login' /home/appliance/zabbix_dashboard/jobs/zabbix.rb:24:in `block (2 levels) in <top (required)>' /var/lib/gems/2.2.0/gems/zabby-0.1.2/lib/zabby/runner.rb:50:in `instance_eval' /var/lib/gems/2.2.0/gems/zabby-0.1.2/lib/zabby/runner.rb:50:in `run' /var/lib/gems/2.2.0/gems/zabby-0.1.2/lib/zabby.rb:25:in `init' /home/appliance/zabbix_dashboard/jobs/zabbix.rb:20:in `block in <top (required)>' /var/lib/gems/2.2.0/gems/rufus-scheduler-2.0.24/lib/rufus/sc/jobs.rb:230:in `call' /var/lib/gems/2.2.0/gems/rufus-scheduler-2.0.24/lib/rufus/sc/jobs.rb:230:in `trigger_block' /var/lib/gems/2.2.0/gems/rufus-scheduler-2.0.24/lib/rufus/sc/jobs.rb:204:in `block in trigger' /var/lib/gems/2.2.0/gems/rufus-scheduler-2.0.24/lib/rufus/sc/scheduler.rb:430:in `call' /var/lib/gems/2.2.0/gems/rufus-scheduler-2.0.24/lib/rufus/sc/scheduler.rb:430:in `block in trigger_job'
Thank you
Comment