Changes between Initial Version and Version 1 of Ticket #1505, comment 3
- Timestamp:
- Jul 9, 2021, 5:12:19 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1505, comment 3
initial v1 1 1 Some alternatives for such an enhancement: 2 2 3 - Always postpone a self-test if temperature >= `-W .,INFO,. ', or4 - always postpone a self-test if temperature >= `-W .,.,CRIT ', or3 - Always postpone a self-test if temperature >= `-W .,INFO,.`, or 4 - always postpone a self-test if temperature >= `-W .,.,CRIT`, or 5 5 - add a new limit to the `-W` directive: `-W .,.,.[,TEST_START_LIMIT]`. 6 6 7 7 Further possible enhancement: 8 8 9 - Always abort a self-test if temperature >= `-W .,.,CRIT ', or9 - Always abort a self-test if temperature >= `-W .,.,CRIT`, or 10 10 - add a new limit to the `-W` directive: `-W .,.,.[,.[,TEST_ABORT_LIMIT]]`.