Skip to content

lvlup-pro/dr-z

Repository files navigation

Dr.Z - broker between Zabbix and status page for end user

Why?

Sometimes you don't want give your enduser ability to download all your Zabbix monitoring data but you want to inform them about downtime in friendly way.

How?

Just run Dr. Z, preferably on zabbix host.

Then you can send generated result.json to some outside infra like cheap Digital Ocean VPS. You can get free $10 credit on DO by using this link.

By using javascript client for enduser status page you can even host it directly on AWS S3 only by syncing via cron result.json.

TL;DR Quickstart on Ubuntu

sudo apt-get install php5-cli git
git clone https://github.com/lvlup-pro/dr-g.git lvlup-dr-g
cd lvlup-dr-g
curl -sS https://getcomposer.org/installer | php
php composer.phar install
php app.php

About

Zabbix API client generating .json for status page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages