-
Notifications
You must be signed in to change notification settings - Fork 74
/
CHANGES
172 lines (114 loc) · 4.56 KB
/
CHANGES
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
Changes in 1.6.6
========================
Summary of features:
* Django < 1.9 support
* Pynag > 1 support
* Travis build supports Nagios4
* Bugfixes
* Releaser script updated
* Documentation updated
Changes in 1.6.3
========================
Summary of features:
* Nagios process interaction through adagios.daemon
* License file added
* Installation documentation updated
Changes in 1.6.1
========================
Summary of features:
* Allow disabling pnp4nagios
enable_pnp4nagios is now configurable. If false the Graphs link is removed
from the status view.
* Django support expanded
Runs on Django 1.4, 1.5 and 1.6.
* Rework forms in "Configure"
Forms within objectbrowser (Configure) have gotten a quite the rewrite and
many bugs have been fixed.
Changes in 1.6.0
========================
Summary of features:
* Experimental Multi Site support
You can now specify multiple status backends in adagios.conf by
using a comma seperated list of paths to livestatus sockets.
* Native integration with graphite.
You can now configure a url to graphite and it will will automatically
grab all graphs for a specific host or service in the status_detail page
* Support for preferences on a per-user basis.
User preferences like themes and languages can now be configured under
/misc/preferences or by clicking "Preferences" in the top navigation bar.
Changes in version 1.5.0
========================
There has been a lot of refactoring in the code with tons
of patches from the awesome guys at Savoir-faire Linux. Big thanks!
Summary of features:
* Multi language Support:
Adagios now supports multiple languages, which can
Which can be set from settings.py. French translation
has already started and anyone can help with the translation
at https://www.transifex.com/projects/p/adagios/
* Theme Support:
Adagios now supports using multiple themes, which at the
moment can be changed only by editing settings.py
Also a proof of concept spacelab theme from
http://bootswatch.com/spacelab/
* Authorization support
Experimental support for authorization. Enable it by setting
enable_authorization=True in adagios.conf
and put a comma seperated list of users (or contactgroups) in
adagios.conf like so:
administrators="nagiosadmin,administrator,admins"
* License clarifications
All references to licenses have been updated to AGPL which
is the correct license for adagios.
* Bug fixes
We have a long list of bug fixes, which can be seen on
https://github.com/opinkerfi/adagios/issues
Changes in version 1.4.1
========================
Start maintaining a changelog again.
Adagios has changed a lot since 1.2.2. Please the commit log for
details.
Summary of features:
* Major overhaul of bug fixes and layout issues
* Performance improvements, in correlation with newer pynag version
* Slightly modified style
* Business Intelligence Module
* /contrib module for custom views
* Configuration module moved to current style
added lines: 34743 removed lines : 55573 total lines: -20830
Changes in version 1.2.2
========================
We have a lot of bugfixes and lot of performance improvements. In this version.
124 files changed, 3577 insertions(+), 4374 deletions(-)
Contributors:
- Andres Riancho <[email protected]>
- hakong <[email protected]>
- Nathan Bird <[email protected]>
- Pall Sigurdsson <[email protected]>
- Pall Valmundsson <[email protected]>
- Tomas Edwardsson <[email protected]>
Objectbrowser:
- Smoother add of new objects
- Ajaxy edit of check command and its arguments
- Update to newer pynag.Utils.GitRepo api
OKConfig:
- Add service form now displays notes and notes url on template being added
Status:
- hosts and services view now understand "unhandled" as a query string parameter
- PNP Support in status/perfdata view
- Very rough protoptype of business intelligence
- Removed the okconfig add host button
- enable in-line saving of notes in status detail
- Clock is back in the top_navigation_bar
- Dashboard items are now links
Javascript API:
- We now have a javascript api on top of the rest api
- access it in javascript via adagios.rest.<module_name> namespace
Misc and noteworthy bug fixes:
- CSS cleanup effort
- Acknowledgements non-persistent by default
- Location of mod_wsgi script changed to more standard wsgi.py
- Use absolute module references for all adagios imports
- Django SECRET_KEY is now generated on install
- Improve unicode handling in forms
- Fix command line lookup for services that are configured for hostgroup only