zabbix/README.SUSE
Boris Manojlovic 872b90d083 - update version to latest release 6.0.36
- New Features and Improvements
  + ZBXNEXT-9249 Added new items and trigger for disk space usage in
    LXC containers for Proxmox VE by HTTP template Templates
  + ZBXNEXT-9382 Added Nutanix template Templates
  + ZBXNEXT-9058 Updated VMware Hypervisor template for ability to work as a standalone template Templates
  + ZBXNEXT-9532 Updated maximum supported TimescaleDB version to 2.17 Server
  + ZBXNEXT-9238 Updated maximum supported PostgreSQL version to 17 Proxy Server
  + ZBXNEXT-9457 Added Huawei OceanStor V6 by SNMP template Templates
  + ZBXNEXT-9246 Added monitoring of HA manager process utilization Server
  + ZBXNEXT-9418 Split {$PG.CONNSTRING} macro in PostgreSQL templates Templates
  + ZBXNEXT-9416 Updated max supported MariaDB version to 11.5 Proxy Server
  + ZBXNEXT-9318 Added Microsoft 365 reports by HTTP template Templates
  + ZBXNEXT-9248 Added GitHub repository by HTTP template Templates
  + ZBXNEXT-9408 Updated max supported TimescaleDB version to 2.16 Server
  + ZBXNEXT-8937 Added support of IMDSv2 in role-based authorization for AWS templates Templates
  + ZBXNEXT-9398 Added new mediatype webhook MS Teams Workflow Templates
  + ZBXNEXT-9341 Added assume role authorization in AWS templates Templates
- Bug Fixes
  + ZBX-25463 Fixed an endless loop in the report manager Server
  + ZBX-25477 Fixed the crash occurring when a calculated item contained large value Server
  + ZBX-21618 Fixed the layout of multiple list pages when displaying long entity names Frontend
  + ZBX-25444 Fixed missing maintenance data in maps for map-type elements Frontend
  + ZBX-25397 Fixed events not being suppressed during maintenance if a deadlock occurred Server
  + ZBX-25324 Fixed FreeTDS ODBC login with special characters in the password field Server
  + ZBX-24582 Truncated the error message for testing items with a value type mismatch Server
  + ZBX-25096 Fixed performance counter query in MSSQL by ODBC template; updated documentation 
    of MSSQL by Zabbix agent 2 template Templates
  + ZBX-25301 Removed redundant message size check on 32-bit platforms when sending TCP message Agent Proxy Server
  + ZBX-25208 Fixed merging of user macros in the `Inherited and host/template/host prototype macros` mode;

OBS-URL: https://build.opensuse.org/package/show/server:monitoring:zabbix/zabbix?expand=0&rev=68
2024-12-04 09:24:22 +00:00

14 lines
556 B
Plaintext

zabbix-phpfrontend:
To enable zabbix frontend in apache
type in console:
# a2enflag ZABBIX
or if you want to remove it from apache configuration
type in console:
# a2enflag -d ZABBIX
# service apache2 restart
or reload if apache restart is too disrupting
Please, make sure SSL is enabled and up in Apache2 config.
You can get inspired by https://www.zabbix.com/documentation/4.0/manual/installation/requirements/best_practices.
If you have Apache 2.4.30 or newer, it is even more simple: https://httpd.apache.org/docs/trunk/mod/mod_md.html.