Files

126 lines
2.1 KiB
Plaintext

Zabbix is an enterprise-class open source distributed monitoring solution.
Zabbix is software that monitors numerous parameters of a network and the
health and integrity of servers. Zabbix uses a flexible notification
mechanism that allows users to configure e-mail based alerts for virtually
any event. This allows a fast reaction to server problems. Zabbix offers
excellent reporting and data visualisation features based on the stored
data. This makes Zabbix ideal for capacity planning.
WWW: https://www.zabbix.com/
Plugin Changelog
----------------
1.18
Added:
* Add ListenBacklog option (#5046)
1.17
Added:
* Plugin variant for Zabbix Agent 7.4
1.16
Changed:
* snake_case use in API URLs
* Model style updates
Removed:
* Plugin variant for Zabbix Agent 5.0 is EoL and was removed
1.15
Added:
* Plugin variant for Zabbix Agent 7.2, 6.4 is EoL and was removed
1.14
Added:
* Plugin variant for Zabbix Agent 7
1.13
Added:
* Plugin variant for Zabbix Agent 6.2
Removed:
* Plugin variant for Zabbix Agent 5.4
1.12
Added:
* Plugin variant for Zabbix Agent 6.0
1.11
Added:
* Add description to restart action to allow restart via cron
1.10
Added:
* Plugin variant for Zabbix Agent 5.4
Changed:
* Replace EnableRemoteCommands with AllowKey/DenyKey (#1978)
1.9
Added:
* Allow CIDR notation in "Zabbix Servers" field (#2296)
* Add syslog option, allow logging to syslog (#2348)
Changed:
* Use "NetworkField" wherever applicable for better input validation
1.8
Added:
* Add Changelog (contributed by Starkstromkonsument, #1954)
Fixed:
* Fix logformat (contributed by Starkstromkonsument, #1954)
Changed:
* Switch to Zabbix Agent 5.0
1.7
Added:
* Add support for PSK encryption (#1618)
Changed:
* Switch to new log view (#1593)
1.6
Added:
* Add option to grant sudo root access
1.5
Fixed:
* Relax validation mask for User Parameters (#1252)
Changed:
* Migrate to ApiMutableServiceController
1.4
Added:
* Add support for Item Key Aliases
* Add support for User Parameters
Changed:
* Switch to Zabbix Agent 4.0 (#1091)
* Remove default comments from template
1.3
Fixed:
* Add working default values (#491)
* Fixed service controls (#551)