Skip to content

styrup/zabbix-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

zabbix-dashboard

PHP dashboard for Zabbix. The code are quite old and a bit quick and dirty. Tested with Zabbix 3.x and 4.x

Installation

Just copy the HTML folder to a PHP enabled webserver. For config the are 3 environment variables

  • ZABBIX_SERVER
  • ZABBIX_USER
  • ZABBIX_PASSWORD
  • TZ for timezone list

Docker

There is a simple Dockerfile and the image is on DockerHub as well.

docker run --name zabbix-dashboard --restart unless-stopped -d -p 8080:80 -e TZ=Europe/Copenhagen -e ZABBIX_SERVER='zabbix-server.example.com' -e ZABBIX_USER='zabbixusername' -e ZABBIX_PASSWORD='zabbixpassword' styrup/zabbix-dashboard

About

This is a old PHP dashboard for Zabbix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages