forked from patrickpr/trapdirector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.txt
143 lines (108 loc) · 4.33 KB
/
Changelog.txt
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
Version 1.0.7
Date : Not released
Database update : No for version >= 1.0.2
Migration path : from version > 1.0.0
Upgrade notes
=============
BUGS
====
1)
ENHANCEMENTS
============
1)
-------------------------------------------------------------------------------------------------
Version 1.0.6
Date : 26 Oct 2020
Database update : No for version >= 1.0.2
Migration path : from version > 1.0.0
Upgrade notes
=============
API id the default for object queries (host, services...) when API connection elements are set, as ido database will maybe disapear some time soon (See issue #39).
A new permission must be added for api user : 'objects/query/hostgroup'
Either you create a new user (using "bin/installer -c api") or edit the /etc/icinga2/conf.d/api-users.conf file, find the user and change the 'permission=' line.
File Icinga2Api.php moved to Icinga2API.php ub library/trapdirector directory to be consistent with class name.
Delete the Icinga2Api.php file if it's still in the directory.
BUGS
====
1) Corrected bugs in web pages with incorrect inclusions
ENHANCEMENTS
============
1) Added comments and categories for handlers, redesigned handler list table (issue # 43)
2) Added real host IP detection in forwarded traps using snmpTrapAddress (or custom one) (issue #41)
3) Added handler cloning (issue #44)
4) Added new permissions in installer script ( Bierchemuesli contrib )
5) Added mysql command display on error in installer script (issue #46)
6) Added snmptranslate testing (issue #48)
-------------------------------------------------------------------------------------------------
Version 1.0.4b/c
Date : 06-07 Jul 2020
Database update : No for version >= 1.0.2
Migration path : from version > 1.0.0
BUGS
====
1) Hostgroup defined rules didn't work because of IDO not configured when API was.
-------------------------------------------------------------------------------------------------
Version 1.0.4
Date : 06 Jun 2020
Database update : No for version >= 1.0.2
Migration path : from version > 1.0.0
BUGS
====
1) Updated snmptrapd detection in config / installer (pr #34 & #35 by robdevops)
ENHANCEMENTS
============
1) Changed the php detection for install script (issues #30 & #31)
2) SELinux support (pr #37 by robdevops)
-------------------------------------------------------------------------------------------------
Version 1.0.3
Date : 11 Feb 2020
Database update : No for version >= 1.0.2
Migration path : from version > 1.0.0
UPGRADE NOTES :
Lots of code splitting to have a better code, added continuous integration tests.
BUGS
====
1) Performance data was transfered in display when using API (issue#22)
ENHANCEMENTS
============
1) Added negative numbers evaluation in rules.
2) More precise error on MIB upload errors (issue#21)
3) Added plugins support : function
4) Added regexp for OID selection in rules and display in GUI
-------------------------------------------------------------------------------------------------
Version 1.0.2
Date : 04 Nov 2019
Database update : Yes
Migration path : from version > 1.0.0
UPGRADE NOTES :
The main changes are the way mib updates are handled.
First update is now twice as fast, and incremental updates don't re-create the database.
BUGS
====
1) When editing/adding handler, service is reset when changing action. Also problems with services with spaces (issue#17)
ENHANCEMENTS
============
1) Added regexp to select oid for rule eval (not implemented in GUI)
2) Mib database update is now much faster.
3) Automatic bash script installer (see documentation).
-------------------------------------------------------------------------------------------------
Version 1.0.1
Date : 28 Sept 2019
Database update : No
Migration path : from version > 1.0.0
UPGRADE NOTES : Simply replace files
BUGS
====
1) Bug in handler editing (OK status for actions was no displayed and could be overwritten)
2) Mib trap syntax was not correctly imported in database
3) Bug in API test
4) Bug in URL calculation with javascript (issue#10)
5) Database disconnect when updating mibs (issue#11)
ENHANCEMENTS
============
1) Added ido database test in settings and redirects to settings when pages tries an access to ido that fails. (ref issue#5)
2) Added PotgreSQL Support (ref issue#9)
-------------------------------------------------------------------------------------------------
Version 1.0.0
Date : 31/08/2019
First stable version