Skip to content

Commit 9e63cef

Browse files
committed
Add customization to README
1 parent d62a655 commit 9e63cef

1 file changed

Lines changed: 44 additions & 4 deletions

File tree

README.md

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,50 @@ The servername is shown under the Zabbix logo and in the page title (shown in br
6868

6969
The 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

73117
The images should be in png format. If an image already exists it won't be added.
@@ -98,10 +142,6 @@ Exit the environment:
98142

99143
The 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

107147
To uninstall the instance via CLI:

0 commit comments

Comments
 (0)