Released 07.28.2023
A total of 202 lines added, 89 removed (delta 113)
Developers with the most changesets | |
---|---|
Lluis Campos | 8 (66.7%) |
Peter Grzybowski | 2 (16.7%) |
Kristian Amlie | 1 (8.3%) |
Fabio Tranchitella | 1 (8.3%) |
Developers with the most changed lines | |
---|---|
Peter Grzybowski | 74 (33.6%) |
Kristian Amlie | 66 (30.0%) |
Fabio Tranchitella | 49 (22.3%) |
Lluis Campos | 31 (14.1%) |
Developers with the most lines removed | |
---|---|
Lluis Campos | 13 (14.6%) |
Fabio Tranchitella | 3 (3.4%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 12 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 220 (100.0%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 4 (100.0%) |
New changes in monitor-client since 1.2.1:
Released 09.25.2022
New changes in monitor-client since 1.2.0:
mender-monitord
detects not valid patterns when calling any log related checks. mender-monitorctl
prevents creation of checks that lead to errors in pattern matching.
(MEN-5748)Released 06.14.2022
A total of 168 lines added, 114 removed (delta 54)
Developers with the most changesets | |
---|---|
Peter Grzybowski | 14 (100.0%) |
Developers with the most changed lines | |
---|---|
Peter Grzybowski | 241 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 14 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 241 (100.0%) |
Employers with the most hackers (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
New changes in monitor-client since 1.1.0:
Do not alert when daemon is being shutdown.
After the introduction of the proxy, on shutdown the device is always considered to be offline. That in combination with the aletrs storing and service monitoring means that all monitored services will report CRITICAL on the next boot. Those criticals will never disapear (without restarting a given service), since on boot everything is in an OK state again.
When daemon is being shutdown, now we will not monitor any services.
Return from monitor_send_alert immediately if shutdown is in progress.
It is possible that during the shutdown we are in the middle of a check, in that case monitor_send_alert can be called while the daemon is being shutdown. This closes the possibility of sending the alerts at that time.
Do not alert when log check is already in CRITICAL state.
If log check is in the critical state: do not send the alert. This means that once the pattern is present in the logs, only one alert will be sent. Note: the behaviour can be further configured with LOG_PATTERN_EXPIRATION setting, to trigger OK/CRITICAL chain as needed. (MEN-5458)
Released 01.24.2022
New changes in monitor-client since 1.0.0:
126 Argument list too long
error and no alerts would be sent.
(MEN-5133)Add a variable for permanent in-memory key-values for subsystems
This is then used in the subsystems like so:
subsystem=disk
PERMANENT_STORAGE_FOR_DISK[LAST_ALARM]=OK
or similar, which means now that every subsystem has a unified way of storing state data.
Released 02.09.2022
New changes in monitor-client since 1.0.0:
126 Argument list too long
error and no alerts would be sent.
(MEN-5133)Released 09.28.2021
© 2024 Northern.tech AS