added timezone to zabbix server
This commit is contained in:
parent
56365d56f9
commit
0892a907b9
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ in
|
||||||
environment = {
|
environment = {
|
||||||
DB_SERVER_HOST = db_host;
|
DB_SERVER_HOST = db_host;
|
||||||
POSTGRES_USER = db;
|
POSTGRES_USER = db;
|
||||||
|
TZ = "Europe/Berlin";
|
||||||
};
|
};
|
||||||
environmentFiles = [ /etc/nixos/keys/zabbix-env ];
|
environmentFiles = [ /etc/nixos/keys/zabbix-env ];
|
||||||
extraOptions = cfg.podman.extraOptions ++ [ "--ip=${server_ip}" ];
|
extraOptions = cfg.podman.extraOptions ++ [ "--ip=${server_ip}" ];
|
||||||
|
|
@ -45,6 +46,7 @@ in
|
||||||
POSTGRES_USER = db;
|
POSTGRES_USER = db;
|
||||||
ZBX_SERVER_HOST = server_ip;
|
ZBX_SERVER_HOST = server_ip;
|
||||||
ZBX_SERVER_NAME = "Superbly Managed Networks and Hosting";
|
ZBX_SERVER_NAME = "Superbly Managed Networks and Hosting";
|
||||||
|
TZ = "Europe/Berlin";
|
||||||
PHP_TZ = "Europe/Berlin";
|
PHP_TZ = "Europe/Berlin";
|
||||||
};
|
};
|
||||||
environmentFiles = [ /etc/nixos/keys/zabbix-env ];
|
environmentFiles = [ /etc/nixos/keys/zabbix-env ];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue