Skip to content

Commit 41c6169

Browse files
committed
docs: release notes and Zabbix 8 profile path for v1.2.8
1 parent f85fb68 commit 41c6169

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ If you change host, reopen widget edit to refresh trigger lists.
4242
- state/type/trigger text
4343
- IN/OUT sparkline + latest value (when user has item read permission)
4444

45+
## Release Notes 1.2.8
46+
- Added support for large SNMP interface indexes in wildcard-based item mapping.
47+
- Increased key field widths for better readability in widget configuration.
48+
4549
## Release Notes 1.2.7
4650
- Moved heatmap legend into the switch header to free vertical space above the switch.
4751
- Updated live panel label from `Utilization` to `Port utilization` for clarity.
@@ -74,7 +78,11 @@ If you change host, reopen widget edit to refresh trigger lists.
7478
Profiles are stored in `profiles.json` inside the module directory.
7579
The web/PHP user must be able to write this file when using `Save current to selected profile`.
7680

77-
Example (RHEL/Alma/Rocky with `apache`):
81+
Common paths:
82+
- Zabbix 7.x: `/usr/share/zabbix/modules/switch/profiles.json`
83+
- Zabbix 8.x: `/usr/share/zabbix/ui/modules/switch/profiles.json`
84+
85+
Example (RHEL/Alma/Rocky with `apache`, Zabbix 7.x path):
7886

7987
```bash
8088
sudo chown root:apache /usr/share/zabbix/modules/switch/profiles.json
@@ -89,6 +97,8 @@ sudo semanage fcontext -a -t httpd_sys_rw_content_t "/usr/share/zabbix/modules/s
8997
sudo restorecon -v /usr/share/zabbix/modules/switch/profiles.json
9098
```
9199

100+
For Zabbix 8.x, use the same commands but replace `/usr/share/zabbix/modules/switch/...` with `/usr/share/zabbix/ui/modules/switch/...`.
101+
92102
---
93103

94104
Parts of this software were generated using Codex. We do not guarantee the total accuracy, security, or stability of the generated code.

0 commit comments

Comments
 (0)