Releases: synyx/tuwat
Releases · synyx/tuwat
v1.0
Changelog
- Release v1.0 🎉
- Revise look of alerts
- Add example connector
v0.19
Changelog
- Make red alert more readable
- Make filtering Redmine alerts more functional
v0.18
- Add Redmine connector
- Add
orderview
connector - Recognize service downtimes for
nagios-api
connector - The filtered alert-list is now hidden by default and can be toggled
v0.17
- UX change: Full row for items now clickable for details
- Adds possibility of having multiple dashboards/rule-sets
- Breaking configuration changes:
- OAuth2 configuration is now a subsection named
OAuth2Creds
- BasicAuth Username now configured with key
Username
instead ofUser
for all connectors.
- OAuth2 configuration is now a subsection named
- Breaking behavioural changes:
- If observability depends on the label
thing
for websocket connections,
this has been renamed toclient
.
- If observability depends on the label
v0.16
- To not display all merge requests, you can now specify the projects via
Projects = []
- Fixes connection leak in nagios-api connector
- Breaking Configuration Changes:
- Change parsing of rules, so that label matchers are combined with
AND
instead ofOR
.
- Change parsing of rules, so that label matchers are combined with
v0.15
Changelog
- Handle more open merge requests from GitLab
v0.14
- Make management port configurable via
-mgmtAddr :8987
- Add net/pprof for debugging, see http://127.0.0.1:8987/debug/pprof
- Add Down state for health endpoint if last collection too old
Breaking Changes:
- actuator endpoints now on different port (
8987
), no longer on main port (8988
by default)- http://127.0.0.1:8987/actuator/health (
/info
,/prometheus
)
- http://127.0.0.1:8987/actuator/health (
v0.13
- Fix websocket/sse registrations
- Make event source selectable via
/alerts?eventSource=sse|websocket|fallback
v0.12
- Use SSE if Websockets are not available
v0.11
- Add a new GitHub collector showing open issues/pull requests
- Breaking Configuration Changes:
GND_ENVIRONMENT
env var renamed toTUWAT_ENVIRONMENT
GND_INSTANCE
env var renamed toTUWAT_INSTANCE
GND_ADDR
env var renamed toTUWAT_ADDR
-mode dev|prod
removed in favour ofTUWAT_TEMPLATEDIR
and
TUWAT_STATICDIR
env vars.
- Added
TUWAT_CONF
env var for specifying the configuration file