Releases: synyx/tuwat
Releases · synyx/tuwat
v1.12.2
v1.12.1
- Handle slow patchman instances.
v1.12.0
- Enable pre-filtering Patchman results, see example.toml for details.
v1.11.0
- The menu has been given an overhaul to be more readable in the dark theme.
- Active dashboard is now recognizable in the menu
v1.10.2
- This releases fixes a 1.10.0 version problem, which unfortunately introduced a large unnecessary log volume change.
v1.10.1
- Add Graylog event grouping fields to labels.
v1.10.0
- Add Graylog connector
v1.9.1
- Only dependency upgrades
v1.9.0
- Using
tuwat -otelUrl stdout
orTUWAT_OTEL_URL=stdout
now enables tracing output onstdout
- Add spans/traces to logs to enable correlation
- Cleanup file paths in logging for visibility by stripping the build path
- Remove error logging keys containing
<nil>
strings
v1.8.0
- Downtimes and acknowledgements as well as disabling notifications for a host will also disable those for the services on this host.
This differs fromicinga
andnagios
, as they allow actions likeSchedule downtime for this host
vs.allow downtime for this host and all services
. - Potentially breaking: Change logging system from
zap
to stdlibslog
. In case the logs are parsed using external systems, the logs are now in a different format.
This was done to reduce the overall amount of dependencies.