Skip to content

OliverKarger/Zabbix-TrueBlack

Repository files navigation

Zabbix TrueBlack

TrueBlack/OLED optimized Theme for Zabbix

How to install

Theme

Docker

  • Mount Zabbix-TrueBlack.css to /usr/share/zabbix/assets/styles/Zabbix-TrueBlack.css
  • Mount APP-override.php to /usr/share/zabbix/include/classes/core/APP.php

Package Installation

Same Paths as for Docker Installation, just copy Files.

Graph Theme

Docker

  1. Open Shell inside Docker Container: docker exec -it ZabbixDatabase bash
  2. Execute Transaction in GraphTheme_Add.sql:
    • Execute File Directly: psql -U <user> -W <password> -f <path_to_GraphTheme.sql>
    • Execute Command:
      1. psql -U <user> -W <password>
      2. Copy Content of GraphTheme.sql, insert and execute into psql Shell

Package Installation

  • Execute File Directly: psql -U <user> -W <password> -f GraphTheme_Add.sql
  • Execute Command:
    1. psql -U <user> -W <password>
    2. Copy Content of GraphTheme.sql, insert and execute into psql Shell

Update Theme

To Update the Theme, use the database/GraphTheme_Update.sql instead of database/GraphTheme_Add.sql

Repeat Steps from Docker or Package Install

Screenshots

Settings Page

Dashboard

Hosts Overview

About

TrueBlack/OLED optimized Theme for Zabbix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published