TrueBlack/OLED optimized Theme for Zabbix
-
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
-
Open Shell inside Docker Container:
docker exec -it ZabbixDatabase bash
-
Execute Transaction in GraphTheme_Add.sql:
-
Execute File Directly:
psql -U <user> -W <password> -f <path_to_GraphTheme.sql>
-
Execute Command:
-
psql -U <user> -W <password>
-
Copy Content of
GraphTheme.sql
, insert and execute into psql Shell
-
-
Execute File Directly:
-
Execute File Directly:
psql -U <user> -W <password> -f GraphTheme_Add.sql
-
Execute Command:
-
psql -U <user> -W <password>
-
Copy Content of
GraphTheme.sql
, insert and execute into psql Shell
-
To Update the Theme, use the database/GraphTheme_Update.sql
instead of database/GraphTheme_Add.sql
Repeat Steps from Docker or Package Install