/zabdash

Dashboard for Zabbix network tool

Primary LanguagePHPMIT LicenseMIT

ZabDash

  • View all graphs of host
  • View all graphs os hosts group
  • Use the Item field for show specific items graphs like CPU, Disk, network traffic, ping, etc, for one or multiple hosts
  • Use search bar to filter hosts
  • Location Map for hosts (add latitude and longitude at host inventory)

Installation

1 - Copy zabdash folder to Zabbix folder (/usr/share/zabbix);

2 - Copy config.php.sample to config.php;

3 - Edit config.php with your server settings;

4 - Set Automatic Hosts inventory in Zabbix;

5 - Access URL http:///zabbix/zabdash;

To add a menu item for ZabDash see README.txt file in menu folder:

  • Make a copy of /usr/share/zabbix/include/menu.inc.php file.

  • Copy the file "menu/menu.inc.php" for your zabbix include folder (/usr/share/zabbix/include).

Zabbix API Needs php-posix:

apt-get install php-common - ubuntu/debian

yum install php-process - redhat/centos

zypper install php-posix - OpenSuse