Skip to content

Tree graph HTML5 implementation for Zabbix IT services plotting.

Notifications You must be signed in to change notification settings

SpawW/zabbix-service-tree

 
 

Repository files navigation

This work has been first published on Zabbix forums:
https://www.zabbix.com/forum/showthread.php?t=41584
install 
shell#git clone https://github.com/rodrigofns/zabbix-service-tree
shell#cp -rf zabbix-service-tree /var/www/html
shell#vim /var/www/html/zabbix-service-tree/__config.php
```
$ZABBIX_CONF = '/usr/share/zabbix/conf/zabbix.conf.php';
$ZABBIX_API = 'https://localhost/zabbix/api';
```
shell#vim php.ini
```
short_open_tag = On
```
shell#service httpd restart

To access it use https://X.X.X.X/zabbix/zabbix-service-tree

About

Tree graph HTML5 implementation for Zabbix IT services plotting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.3%
  • JavaScript 9.7%