Actions
Bug #6941
closedntp Technique does not report when repairing
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In Time setting, at least v3, technique, restarting the ntp server send a log_repaired in place of a result_repaired, leading to a missing report in place of a repaired.
2015-07-08 17:20 log_repaired Time Time settings Time synchronization (NTP) - ntpd process restarted
Updated by François ARMAND over 9 years ago
It seems that the condition for sending result_repaired is not consistent with the class raised on repaired:
Changing
pass3.(ntp_installed|repaired_ntpconf|ntp_restarted)::
To
pass3.(ntp_installed|repaired_ntpconf|service_restart_ntp_repaired|service_restart_ntpd_repaired)::
Seems to solve the problem.
Updated by Nicolas CHARLES over 9 years ago
- Target version changed from 2.10.16 to 3.0.8
this bug is only in 3.0
Updated by Nicolas CHARLES over 9 years ago
- Status changed from New to Pending technical review
- Assignee changed from Nicolas CHARLES to Matthieu CERDA
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/718
Updated by Nicolas CHARLES over 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|ca37c530387ee754843f3cf5387ae5b2f39a6d29.
Updated by Matthieu CERDA over 9 years ago
Applied in changeset rudder-techniques|e8da7a3762cb2483d7755a5ae170bcd0c59e19dc.
Updated by Vincent MEMBRÉ over 9 years ago
- Subject changed from ntp (time setting) technique send log_repaired in place of result_repaired to ntp Technique does not report when repairing
Updated by François ARMAND over 9 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.0.8 and 3.1.1 which were released today.
- 3.0 3.1
- 3.0 3.1
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions