diff options
Diffstat (limited to 'tests/plugins/service/configs/.rr-service-restarts.yaml')
-rw-r--r-- | tests/plugins/service/configs/.rr-service-restarts.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/plugins/service/configs/.rr-service-restarts.yaml b/tests/plugins/service/configs/.rr-service-restarts.yaml new file mode 100644 index 00000000..9095a92f --- /dev/null +++ b/tests/plugins/service/configs/.rr-service-restarts.yaml @@ -0,0 +1,16 @@ +service: + some_service_2: + command: "test_files/test_binary" + process_num: 1 + remain_after_exit: true + restart_delay: 1s + exec_timeout: 1s + +logs: + level: info + mode: raw + +endure: + grace_period: 120s + print_graph: false + log_level: error |