Bug #8380
closedThe component "Check Technique library reloading file" is sometime a log and sometime a result
Description
From technique-reload.st:
rudder_common_report("server-roles", "log_info", "&TRACKINGKEY&", "Check Technique library reloading file", "None", "The ${g.rudder_base}/etc/force_technique_reload file is present. Reloading Technique library...");
rudder_common_report("server-roles", "result_repaired", "&TRACKINGKEY&", "Check Technique library reloading file", "None", "The Technique library has been reloaded.");
rudder_common_report("server-roles", "log_warn", "&TRACKINGKEY&", "Check Technique library reloading file", "None", "The Technique library failed to reload. Will try again next time");
If this is a log -> change result repaired to log_repaired
If it is a result -> don't forget to change component-check.st to add n/a result too.
Updated by Benoît PECCATTE over 8 years ago
- Subject changed from The component "Check Technique library reloading file" is somrime a log and sometime a result to The component "Check Technique library reloading file" is sometime a log and sometime a result
Updated by Jonathan CLARKE over 8 years ago
- Assignee set to Benoît PECCATTE
This isn't a component in the Technique, and the information "I checked for a flag file and didn't find it" on every run is not really useful. Therefore I propose to simply make it a log_repaired instead.
Updated by Benoît PECCATTE over 8 years ago
- Status changed from New to In progress
Updated by Benoît PECCATTE over 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/944
Updated by Benoît PECCATTE over 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|ed4a698b7c2db2b0ce90a735eb847c517f09cac1.
Updated by Vincent MEMBRÉ over 8 years ago
- Status changed from Pending release to Released