tolleiv / dashing-zabbix

Two widgets which illustrate the trigger states in Zabbix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dashing-zabbix

Two widgets groups which illustrate the trigger states in Zabbix.

The first group of widgets show the numbers of triggers grouped by priority, the other widgets show the hosts which relate to these numbers.

My widgets were inspired by the original Zabbix widget ( https://gist.github.com/chojayr/7401426 ), but remove some oddities. The redundancy in the code itself was remove and the CSS animations were replaced by solid colors. Also widget and Dashing SCSS isn't mixed anymore.

screenshot

Zabbix widgets in action

usage

  • Create a new dashing application or use your existing one (see: Dashing Getting Started)
  • Copy zabbix_credentials.example.rb to zabbix_credentials.rb and insert your Zabbix server credentials
  • Copy the contents of the jobs and widgets directories into the related dashing application folders
  • Create a new dashboard with the widgets or reuse the dashboards/zabbix.rb

credits

About

Two widgets which illustrate the trigger states in Zabbix

License:MIT License


Languages

Language:CSS 43.7%Language:Ruby 32.0%Language:HTML 19.3%Language:CoffeeScript 5.0%