diff --git a/TODO.md b/TODO.md index ef7702c..a5113cc 100644 --- a/TODO.md +++ b/TODO.md @@ -1,11 +1,17 @@ -[ ] use state machine [ ] match multiple patterns -[ ] cmd exec: +[x] cmd exec: [x] repeat on cmd failure [x] disable profile on cmd failure [x] exec_end: cmd to execute when matching state ends [ ] on-off commands [x] should execute cmd once if `run_once` is true - [ ] should reset the state next time process appears + [ ] should reset the state next time process appears [test] +[ ] use state machine ? - conditions: - - resource conditions: ram, cpu, net usage ... + - resource conditions + - cpu time + - cpu % + - cpu load + - ram % + - ram size +