-
Notifications
You must be signed in to change notification settings - Fork 647
/
pkg-descr
100 lines (65 loc) · 1.8 KB
/
pkg-descr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
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.14
* 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)