File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,50 @@ The servername is shown under the Zabbix logo and in the page title (shown in br
6868
6969The time zone is the PHP timezone format like "Europe/Vienna".
7070
71+ ## Login
72+
73+ The default username is Admin and the password is zabbix. Please change the password as soon as possible.
74+
75+ ## Customization
76+
77+ ### Zabbix server
78+
79+ The Zabbix server can be customized by adding environment variables to ` zabbix-server.env ` .
80+
81+ ```
82+ runagent -m zabbix1 nano zabbix-server.env
83+ ```
84+
85+ ### Zabbix web
86+
87+ The Zabbix web server can be customized by adding environment variables to ` zabbix-web.env ` .
88+
89+ ```
90+ runagent -m zabbix1 nano zabbix-web.env
91+ ```
92+
93+ ### Zabbix agent
94+
95+ The Zabbix agent can be customized by adding environment variables to ` zabbix-agent.env ` ...
96+
97+ ```
98+ runagent -m zabbix1 nano zabbix-web.env
99+ ```
100+
101+ ...or by creating a custom conf file.
102+
103+ Enter zabbix environment:
104+
105+ ```
106+ runagent -m zabbix1
107+ ```
108+
109+ Create/edit custom conf file, in this example ` override.conf ` :
110+
111+ ```
112+ podman unshare nano $(podman volume inspect zabbix-agent-config --format={{.Mountpoint}})/override.conf
113+ ```
114+
71115## Add images to Zabbix
72116
73117The images should be in png format. If an image already exists it won't be added.
@@ -98,10 +142,6 @@ Exit the environment:
98142
99143The images should be available in the web UI now.
100144
101- ## Login
102-
103- The default username is Admin and the password is zabbix. Please change the password as soon as possible.
104-
105145## Uninstall
106146
107147To uninstall the instance via CLI:
You can’t perform that action at this time.
0 commit comments